aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add committed-operatorMattias Andrée5 days1-2/+28
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Optimise detection of rejectionMattias Andrée5 days1-13/+50
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Non-deterministic (and slow)Mattias Andrée5 days1-136/+1157
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Improve the code a bitMattias Andrée2026-01-031-32/+81
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Portability-fix: NULL is not necessarily 0, so calloc cannot be used for assigning NULLMattias Andrée2026-01-031-2/+3
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add IS_HIDDEN to make meaning clearerMattias Andrée2026-01-031-4/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add rejection + fix documentation of comment syntax (can contain string)Mattias Andrée2021-04-191-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use libsimple outside of the generatorMattias Andrée2021-04-171-8/+34
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-171-0/+202
Signed-off-by: Mattias Andrée <maandree@kth.se>