mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
---input---
|
||
|
@(YES);
|
||
|
|
||
|
---tokens---
|
||
|
'@(' Literal
|
||
|
'YES' Name.Builtin
|
||
|
')' Literal
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|