aboutsummaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Collapse)Author
2018-04-30Fix parse.c for non terminal outputEinhard Leichtfuß
Before, this case was treated very badly. In particular, words were stored in an array of undefined size. Also, the code for parsing the description (causing the problem) was split off the main() method.
2018-04-02Update copyright informationEinhard Leichtfuß
2018-04-02Split off code into passthrough_word() in parse.cEinhard Leichtfuß
2017-10-22Initial commitEinhard Leichtfuß