Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-04 | Fix problems | JSDurand | |
Now some problems are fixed. It can now read grammar correctly (hopefully) from a file, in the BNF format. And strings (terminals) are handled fine as well. So glad that there are no leak problems now. | |||
2022-01-04 | temporary commit | JSDurand | |
Now we can read grammars from a file. But we need to check if it works for reading strings still. |