aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update makefileMattias Andrée2022-02-195-9/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m print-syntax.cMattias Andrée2022-01-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix reject and char-range support1.1.1Mattias Andrée2022-01-034-5/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2021-04-191-0/+19
| | | | 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-192-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix grammar doc: _comment_char: reject double quoteMattias Andrée2021-04-192-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update version number1.1Mattias Andrée2021-04-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-191-16/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias 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-197-94/+126
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Compile with -O2 and -sMattias Andrée2021-04-181-2/+2
| | | | 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>
* Update todoMattias Andrée2021-04-181-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libparser_parse_file.31.0.1Mattias Andrée2021-04-182-0/+119
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix man section in libparser-generate.1Mattias Andrée2021-04-181-1/+1
| | | | 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>
* Simplify whitespace in grammar representationMattias Andrée2021-04-182-20/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-171-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* makefile: install/uninstall libparser.7 and libparser-generate.1Mattias Andrée2021-04-171-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libparser.7 and libparser-generate.1Mattias Andrée2021-04-174-3/+219
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* readme: no left recursionMattias Andrée2021-04-171-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-171-0/+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>
* Add readmeMattias Andrée2021-04-172-1/+121
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix last commit and use it in calc-example1.0Mattias Andrée2021-04-172-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add implement support for character rangesMattias Andrée2021-04-174-8/+126
| | | | 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>
* Add dynamically linked version of libraryMattias Andrée2021-04-174-4/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: add install and uninstall rulesMattias Andrée2021-04-171-1/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2021-04-171-1/+3
| | | | 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-172-44/+104
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use libsimple outside of the generatorMattias Andrée2021-04-175-30/+55
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add inclusion guard to libparser.hMattias Andrée2021-04-171-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-1710-0/+1179
Signed-off-by: Mattias Andrée <maandree@kth.se>