aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update usage checkingkatherine2019-05-295-145/+91
|
* update submodule simple-optkatherine2019-05-271-2/+2
| | | | pull v1.4
* add uthash as a submodulekatherine2019-05-271-1/+1
|
* implement hash parsing generationkatherine2019-05-279-247/+433
|
* add unused struct checkkatherine2019-05-263-11/+32
| | | | | also switch err/warn printing from '\e' to '\x1B', for more-strict c99 compliance
* add basetype funcs to genkatherine2019-05-233-44/+814
|
* add basetype-use-checks to analysekatherine2019-05-235-1/+204
|
* expand and revise builtin typeskatherine2019-05-232-42/+74
|
* implement analyse functionkatherine2019-05-204-1/+166
| | | | | anlyises the parse results to build a tree for deterministic parser generation
* improve generated makefilekatherine2019-05-201-2/+2
|
* check for at fewest one variable rulekatherine2019-05-121-0/+5
|
* implement internal parserkatherine2019-05-126-84/+622
|
* implement internal tokeniserkatherine2019-05-087-6/+363
|
* initial commitkatherine2019-05-087-0/+87