From 1f3f7c2693686d847bf1a9bb3e47a023fe9d7992 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 29 Jan 2020 21:52:35 +0100 Subject: New algo --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO') 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 -- cgit v1.2.3