summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-31 18:10:58 +0100
committerRoland Reichwein <mail@reichwein.it>2020-10-31 18:10:58 +0100
commit8256280b348b4b53fff35c9101ced0a8dfb2c58e (patch)
treee745b79e98c853cf1891372e8b2a926a5d81fff5 /TODO
parentce77838c4f32b9dc237f0c4b17d1f1e1741254d4 (diff)
CPP::translate() (WIP), documentation, bugfixing
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/TODO b/TODO
index 58b4f2b..faafda7 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1 @@
-
- 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
-
-map -> unordered_map
-set -> unordered_set
+Update cppbnf.cpp to n4860