summaryrefslogtreecommitdiff
path: root/src/dfa.c
AgeCommit message (Collapse)Author
2022-02-05predicates start working nowJSDurand
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-01-31cnp: save pointJSDurand
Now we need to implement predicates, in order to have practical applications.
2022-01-11Add the framework for character classes.JSDurand
Now we have the potential to recognize character classes. But the most important task for us now is to experiment with ((B)RN)GLR algorithms, so we leave the character classes at the present state for a moment.