summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29..a1d7b33 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,6 @@
+
+ Token() = default;
+ Token(const std::string& s) { type = s; } // Assign type via "=" from string
+
+start symbol implicitly from bnf
+validate bnf: no empty types or values, or empty target lists