diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |