aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-17makefile: install/uninstall libparser.7 and libparser-generate.1Mattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Add libparser.7 and libparser-generate.1Mattias Andrée4-3/+219
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17readme: no left recursionMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17mMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Fix character range grammarMattias Andrée1-5/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Add readmeMattias Andrée2-1/+121
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Fix last commit and use it in calc-example1.0Mattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Add implement support for character rangesMattias Andrée4-8/+126
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Fix surrogate rejectionMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Add dynamically linked version of libraryMattias Andrée4-4/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Makefile: add install and uninstall rulesMattias Andrée1-1/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Update todoMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Do not require libsimple at allMattias Andrée1-6/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Do not require libsimple at runtimeMattias Andrée2-44/+104
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Do not use libsimple outside of the generatorMattias Andrée5-30/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Add inclusion guard to libparser.hMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>