mirror of
https://github.com/sojamo/controlp5
synced 2024-11-16 11:17:56 +01:00
21 lines
181 B
Plaintext
21 lines
181 B
Plaintext
|
T__0=1
|
||
|
T__1=2
|
||
|
SELF_CLOSING=3
|
||
|
UNIT=4
|
||
|
WS=5
|
||
|
OPEN=6
|
||
|
OPEN_SLASH=7
|
||
|
CLOSE=8
|
||
|
SLASH_CLOSE=9
|
||
|
EQUALS=10
|
||
|
Name=11
|
||
|
STRING=12
|
||
|
NUMBER=13
|
||
|
'<Window>'=1
|
||
|
'</Window>'=2
|
||
|
'<'=6
|
||
|
'</'=7
|
||
|
'>'=8
|
||
|
'/>'=9
|
||
|
'='=10
|