diff --git a/src/ludus/parser-new.clj b/src/ludus/parser-new.clj new file mode 100644 index 0000000..53c09e7 --- /dev/null +++ b/src/ludus/parser-new.clj @@ -0,0 +1,7 @@ +(ns ludus.parser-new) + +(defn ok? [[ok]] + (= ok :ok)) + +(defn match [kw token] + ) \ No newline at end of file