tartrazine/spec/tests/promela/do.txt

32 lines
665 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
init {
a ? b -> a ! b;
}
---tokens---
'init' Keyword.Declaration
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'?' Operator
' ' Text.Whitespace
'b' Name
' ' Text.Whitespace
'-' Operator
'>' Operator
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'!' Operator
' ' Text.Whitespace
'b' Name
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace