Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update e-mailHEADmaster | Mattias Andrée | 2024-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <m@maandree.se> | ||||
* | Empty signed commit | Mattias Andrée | 2024-04-06 | 0 | -0/+0 |
| | |||||
* | Introduction of (double) rejection made libparser a right-context-sensitive grammar parser1.1.2 | Mattias Andrée | 2023-05-11 | 2 | -5/+21 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update makefile | Mattias Andrée | 2022-02-19 | 5 | -9/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m print-syntax.c | Mattias Andrée | 2022-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix reject and char-range support1.1.1 | Mattias Andrée | 2022-01-03 | 4 | -5/+138 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update todo | Mattias Andrée | 2021-04-19 | 1 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix grammar doc: _comment: do not accept characters lower than regular blank space | Mattias Andrée | 2021-04-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix grammar doc: _comment_char: reject double quote | Mattias Andrée | 2021-04-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update version number1.1 | Mattias Andrée | 2021-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2021-04-19 | 1 | -16/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2021-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add rejection + fix documentation of comment syntax (can contain string) | Mattias Andrée | 2021-04-19 | 7 | -94/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Compile with -O2 and -s | Mattias Andrée | 2021-04-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove curly brackets | Mattias Andrée | 2021-04-18 | 1 | -3/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update todo | Mattias Andrée | 2021-04-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libparser_parse_file.31.0.1 | Mattias Andrée | 2021-04-18 | 2 | -0/+119 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix man section in libparser-generate.1 | Mattias Andrée | 2021-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Use isalnum instead of isalpha and isdigit | Mattias Andrée | 2021-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Simplify whitespace in grammar representation | Mattias Andrée | 2021-04-18 | 2 | -20/+20 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2021-04-17 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | makefile: install/uninstall libparser.7 and libparser-generate.1 | Mattias Andrée | 2021-04-17 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libparser.7 and libparser-generate.1 | Mattias Andrée | 2021-04-17 | 4 | -3/+219 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | readme: no left recursion | Mattias Andrée | 2021-04-17 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2021-04-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix character range grammar | Mattias Andrée | 2021-04-17 | 1 | -5/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add readme | Mattias Andrée | 2021-04-17 | 2 | -1/+121 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix last commit and use it in calc-example1.0 | Mattias Andrée | 2021-04-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add implement support for character ranges | Mattias Andrée | 2021-04-17 | 4 | -8/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix surrogate rejection | Mattias Andrée | 2021-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add dynamically linked version of library | Mattias Andrée | 2021-04-17 | 4 | -4/+38 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Makefile: add install and uninstall rules | Mattias Andrée | 2021-04-17 | 1 | -1/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2021-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update todo | Mattias Andrée | 2021-04-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not require libsimple at all | Mattias Andrée | 2021-04-17 | 1 | -6/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not require libsimple at runtime | Mattias Andrée | 2021-04-17 | 2 | -44/+104 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not use libsimple outside of the generator | Mattias Andrée | 2021-04-17 | 5 | -30/+55 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add inclusion guard to libparser.h | Mattias Andrée | 2021-04-17 | 1 | -0/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2021-04-17 | 10 | -0/+1179 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |