- Mar 31, 2024
-
-
Jonathan Schöbel authored
This will provide methods to manipulate a rule. It is separated from a grammar in order to simplify it. Essentially it is just a wrapper for two arrays.
-
- Mar 23, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
- Mar 15, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
- Mar 14, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
This would shadow previous errors.
-
Jonathan Schöbel authored
-
- Mar 13, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
There will be no setter.
-
Jonathan Schöbel authored
-
- Mar 12, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
A wrong check for realloc failure will cause a segfault, on addition of new rules, because the old pointer address is still left intact, even if it was freed.
-
Jonathan Schöbel authored
-
- Mar 11, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
Changing whether a symbol is a terminal symbol affects the consistency of the grammar, as nonterminals are required in some places. Also changing a symbol's type effectively changes it's identity, so it is sensible to not allow it at all.
-
Jonathan Schöbel authored
Removing a symbol, that is used, is problematic.
-
Jonathan Schöbel authored
-
- Jan 28, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
- Jan 27, 2024
-
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-
Jonathan Schöbel authored
-