aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-11Introduction of (double) rejection made libparser a right-context-sensitive grammar parser1.1.2Mattias Andrée2-5/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Update makefileMattias Andrée5-9/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-03m print-syntax.cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-03Fix reject and char-range support1.1.1Mattias Andrée4-5/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19Update todoMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19Fix grammar doc: _comment: do not accept characters lower than regular blank spaceMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19Fix grammar doc: _comment_char: reject double quoteMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19Update version number1.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19mMattias Andrée1-16/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-19Add rejection + fix documentation of comment syntax (can contain string)Mattias Andrée7-94/+126
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Compile with -O2 and -sMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Remove curly bracketsMattias Andrée1-3/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Update todoMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Add libparser_parse_file.31.0.1Mattias Andrée2-0/+119
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Fix man section in libparser-generate.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Use isalnum instead of isalpha and isdigitMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-18Simplify whitespace in grammar representationMattias Andrée2-20/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17mMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>