mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
28 lines
512 B
Plaintext
28 lines
512 B
Plaintext
|
---input---
|
||
|
Crypt x;
|
||
|
init {
|
||
|
Crypt x;
|
||
|
}
|
||
|
|
||
|
---tokens---
|
||
|
'Crypt' Name
|
||
|
' ' Text.Whitespace
|
||
|
'x' Name
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'init' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
' ' Text.Whitespace
|
||
|
'Crypt' Name
|
||
|
' ' Text.Whitespace
|
||
|
'x' Name
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|