diff --git a/src/ludus/token.clj b/src/ludus/token.clj index 71ceb48..e3d8d58 100644 --- a/src/ludus/token.clj +++ b/src/ludus/token.clj @@ -9,6 +9,3 @@ ::literal literal ::line line ::start start})) - -(defn from-keyword [kw] - (keyword "ludus.token" kw))