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