diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-01-29 21:52:35 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-01-29 21:52:35 +0100 |
commit | 1f3f7c2693686d847bf1a9bb3e47a023fe9d7992 (patch) | |
tree | 032ee62d5c19b54f64b6fcb3a1aa941d2dc31c62 /TODO | |
parent | b97f6b86b85553acd3863ee18a67b8868e0ea7b4 (diff) |
New algo
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |