Dequalify token keywords

This commit is contained in:
Scott Richmond 2023-05-02 19:43:57 -04:00
parent 963c63aed3
commit c5a72912df

View File

@ -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})