From 8256280b348b4b53fff35c9101ced0a8dfb2c58e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 31 Oct 2020 18:10:58 +0100 Subject: CPP::translate() (WIP), documentation, bugfixing --- TODO | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3