Dequalify token keywords
This commit is contained in:
parent
963c63aed3
commit
c5a72912df
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
(defn token
|
(defn token
|
||||||
[type text literal line start]
|
[type text literal line start]
|
||||||
{::type type
|
{:type type
|
||||||
::lexeme text
|
:lexeme text
|
||||||
::literal literal
|
:literal literal
|
||||||
::line line
|
:line line
|
||||||
::start start})
|
:start start})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user