mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
---input---
|
||
Check (α ≻ β).
|
||
|
||
---tokens---
|
||
'Check' Keyword.Namespace
|
||
' ' Text
|
||
'(' Operator
|
||
'α' Name
|
||
' ' Text
|
||
'≻' Name.Builtin.Pseudo
|
||
' ' Text
|
||
'β' Name
|
||
')' Operator
|
||
'.' Operator
|
||
'\n' Text
|