aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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>