mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
|
---input---
|
||
|
>> foo()
|
||
|
bar
|
||
|
...
|
||
|
baz
|
||
|
|
||
|
---tokens---
|
||
|
'>> ' Generic.Prompt
|
||
|
'foo' Name
|
||
|
'(' Punctuation
|
||
|
')' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'bar\n' Generic.Output
|
||
|
|
||
|
'...\n' Generic.Output
|
||
|
|
||
|
'baz\n' Generic.Output
|