mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
38 lines
944 B
Plaintext
38 lines
944 B
Plaintext
---input---
|
|
ltl alwayserr { [] ((statusa == err) || (statusb == err)) }
|
|
|
|
---tokens---
|
|
'ltl' Keyword.Declaration
|
|
' ' Text.Whitespace
|
|
'alwayserr' Name
|
|
' ' Text.Whitespace
|
|
'{' Punctuation
|
|
' ' Text.Whitespace
|
|
'[]' Operator
|
|
' ' Text.Whitespace
|
|
'(' Punctuation
|
|
'(' Punctuation
|
|
'statusa' Name
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'err' Name
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'|' Operator
|
|
'|' Operator
|
|
' ' Text.Whitespace
|
|
'(' Punctuation
|
|
'statusb' Name
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'err' Name
|
|
')' Punctuation
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|