summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-07-13helper.h: delete a duplicated declarcationJSDurand
2023-07-13remove intermediate filesJSDurand
Those were added by accident.
2023-07-12reformat some C functionsJSDurand
I do not use a tool to automatically format the codes, so sometimes the codes look ugly. This commit reformats the codes so that they look better and shorter on each line.
2023-07-08Finished the Emacs binding.JSDurand
Now the binding part is finished. What remains is a bug encountered when planting a fragment to the forest which intersects a packed node, which would lead to invalid forests. This will also cause problem when planting a packed fragment, but until now my testing grammars do not produce packed fragments, so this problem is not encountered yet. I am still figuring out efficient ways to solve this problem.
2023-06-18adjust autotools settingsJSDurand
Add more directories under control of autotools.
2022-11-15Initial commitJSDurand
Basic GNU standard files are added, and we now stop worrying about monadic anamorphisms. The current focus is on testing the correctness of the algorithm, so I need convenient support for manipulating, interpreting, examining, and per chance animating nondeterministic automata.