aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>