aboutsummaryrefslogtreecommitdiffstats
path: root/libparser-generate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix reject and char-range support1.1.1Mattias Andrée2022-01-031-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rejection + fix documentation of comment syntax (can contain string)Mattias Andrée2021-04-191-2/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove curly bracketsMattias Andrée2021-04-181-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use isalnum instead of isalpha and isdigitMattias Andrée2021-04-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix character range grammarMattias Andrée2021-04-171-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix last commit and use it in calc-example1.0Mattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add implement support for character rangesMattias Andrée2021-04-171-5/+122
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix surrogate rejectionMattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not require libsimple at allMattias Andrée2021-04-171-6/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not require libsimple at runtimeMattias Andrée2021-04-171-43/+103
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-171-0/+664
Signed-off-by: Mattias Andrée <maandree@kth.se>