mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
# 1./x is (1)(./)(x), not (1.)(/)(x)
|
|
|
|
---input---
|
|
1./x
|
|
|
|
---tokens---
|
|
'1' Literal.Number.Integer
|
|
'./' Operator
|
|
'x' Name
|
|
'\n' Text.Whitespace
|