mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
|
---input---
|
||
|
delta A 192.0.2.4 ; comment
|
||
|
delta2 A 192.0.2.5
|
||
|
|
||
|
---tokens---
|
||
|
'delta' Name
|
||
|
' ' Text.Whitespace
|
||
|
'A' Keyword.Type
|
||
|
' ' Text.Whitespace
|
||
|
'192.0.2.4' Literal
|
||
|
' ' Text.Whitespace
|
||
|
'; comment' Comment.Single
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'delta2' Name
|
||
|
' ' Text.Whitespace
|
||
|
'A' Keyword.Type
|
||
|
' ' Text.Whitespace
|
||
|
'192.0.2.5' Literal
|
||
|
'\n' Text.Whitespace
|