aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanupMattias Andrée23 hours1-43/+45
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add \t and improve printing of text, and print the input text when PRINT_ACTIONS usedMattias Andrée4 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Make deterministic the defaultMattias Andrée4 days1-14/+16
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add committed-operatorMattias Andrée4 days1-3/+15
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Non-deterministic (and slow)Mattias Andrée4 days1-2/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* fix typosMattias Andrée5 days1-3/+3
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix documentationMattias Andrée2026-01-031-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Introduction of (double) rejection made libparser a right-context-sensitive grammar parser1.1.2Mattias Andrée2023-05-111-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix grammar doc: _comment: do not accept characters lower than regular blank spaceMattias Andrée2021-04-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix grammar doc: _comment_char: reject double quoteMattias Andrée2021-04-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rejection + fix documentation of comment syntax (can contain string)Mattias Andrée2021-04-191-37/+39
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify whitespace in grammar representationMattias Andrée2021-04-181-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libparser.7 and libparser-generate.1Mattias Andrée2021-04-171-0/+153
Signed-off-by: Mattias Andrée <maandree@kth.se>