aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* implement deftype getkatherine2019-07-101-161/+234
|
* add name-suffix and uthash-header optionskatherine2019-06-041-10/+10
|
* uthash location header warningkatherine2019-05-301-4/+12
|
* add configurable uthash header locationkatherine2019-05-301-1/+42
|
* add enum defined typeskatherine2019-05-301-38/+99
|
* update usage checkingkatherine2019-05-291-0/+7
|
* implement hash parsing generationkatherine2019-05-271-65/+18
|
* add unused struct checkkatherine2019-05-261-9/+27
| | | | | also switch err/warn printing from '\e' to '\x1B', for more-strict c99 compliance
* expand and revise builtin typeskatherine2019-05-231-29/+37
|
* implement analyse functionkatherine2019-05-201-1/+15
| | | | | anlyises the parse results to build a tree for deterministic parser generation
* check for at fewest one variable rulekatherine2019-05-121-0/+5
|
* implement internal parserkatherine2019-05-121-0/+439
|
* initial commitkatherine2019-05-081-0/+0