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