mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
---input---
|
|
__restrict
|
|
__int128
|
|
_BitInt(2)
|
|
|
|
---tokens---
|
|
'__restrict' Keyword
|
|
'\n' Text.Whitespace
|
|
|
|
'__int128' Keyword.Type
|
|
'\n' Text.Whitespace
|
|
|
|
'_BitInt' Keyword.Type
|
|
'(' Punctuation
|
|
'2' Literal.Number.Integer
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|