keep unfucking merge

This commit is contained in:
Scott Richmond 2023-05-02 19:07:21 -04:00
parent d605cbd42a
commit 96b3f01e7e

7
src/ludus/parser-new.clj Normal file
View File

@ -0,0 +1,7 @@
(ns ludus.parser-new)
(defn ok? [[ok]]
(= ok :ok))
(defn match [kw token]
)