Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-06 | Add a script to build for debugging purposes | JSDurand | |
I think this is a better practice than the previously used hard-coded configure option. | |||
2022-02-05 | predicates start working now | JSDurand | |
Now we have a working implementation of predicates. It now only remains to write the parser of grammars. Of course we shall generate this parser by this parser generator itself, because why not. ;-P | |||
2022-02-01 | need to stop abusing hash tables | JSDurand | |
Hash tables take too much space! If I use hash tables, the length of the input will be severely limited, to an unacceptable extent. So we have to use arrays instead. |