Remove unused (and incorrect) 2-arity of token fn
This commit is contained in:
parent
b1284f3338
commit
1079bb8028
|
@ -1,11 +1,9 @@
|
|||
(ns ludus.token)
|
||||
|
||||
(defn token
|
||||
([type text]
|
||||
(token type text nil 1))
|
||||
([type text literal line start]
|
||||
[type text literal line start]
|
||||
{::type type
|
||||
::lexeme text
|
||||
::literal literal
|
||||
::line line
|
||||
::start start}))
|
||||
::start start})
|
||||
|
|
Loading…
Reference in New Issue
Block a user