mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
---input---
|
|
%link C "object.o"
|
|
%name Vect xs
|
|
|
|
---tokens---
|
|
'%link' Keyword.Reserved
|
|
' ' Text.Whitespace
|
|
'C' Keyword.Type
|
|
' ' Text.Whitespace
|
|
'"' Literal.String
|
|
'object.o' Literal.String
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|
|
|
|
'%name' Keyword.Reserved
|
|
' ' Text.Whitespace
|
|
'Vect' Keyword.Type
|
|
' ' Text.Whitespace
|
|
'xs' Text
|
|
'\n' Text.Whitespace
|