index
:
libparser
master
[Stable] Right-context-sensitive grammar parsing library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
print-syntax.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
9 days
Portability-fix: NULL is not necessarily 0, so calloc cannot be used for assigning NULL
Mattias Andrée
1
-2
/
+3
9 days
Add IS_HIDDEN to make meaning clearer
Mattias Andrée
1
-4
/
+6
9 days
Fix typo
Mattias Andrée
1
-1
/
+1
9 days
Improve style, add comments, and fix so that all unused and undefined rules are listed
Mattias Andrée
1
-100
/
+240
9 days
Fixes to print-syntax.c
Mattias Andrée
1
-5
/
+5
9 days
Fix documentation
Mattias Andrée
2
-3
/
+3
2024-10-06
Update e-mail
Mattias Andrée
1
-1
/
+1
2023-05-11
Introduction of (double) rejection made libparser a right-context-sensitive grammar parser
1.1.2
Mattias Andrée
2
-5
/
+21
2022-02-19
Update makefile
Mattias Andrée
5
-9
/
+16
2022-01-03
m print-syntax.c
Mattias Andrée
1
-1
/
+1
2022-01-03
Fix reject and char-range support
1.1.1
Mattias Andrée
4
-5
/
+138
2021-04-19
Update todo
Mattias Andrée
1
-0
/
+19
2021-04-19
Fix grammar doc: _comment: do not accept characters lower than regular blank space
Mattias Andrée
2
-2
/
+2
2021-04-19
Fix grammar doc: _comment_char: reject double quote
Mattias Andrée
2
-2
/
+2
2021-04-19
Update version number
1.1
Mattias Andrée
1
-1
/
+1
2021-04-19
m
Mattias Andrée
1
-16
/
+16
2021-04-19
m
Mattias Andrée
1
-1
/
+1
2021-04-19
Add rejection + fix documentation of comment syntax (can contain string)
Mattias Andrée
7
-94
/
+126
2021-04-18
Compile with -O2 and -s
Mattias Andrée
1
-2
/
+2
2021-04-18
Remove curly brackets
Mattias Andrée
1
-3
/
+2
2021-04-18
Update todo
Mattias Andrée
1
-1
/
+0
2021-04-18
Add libparser_parse_file.3
1.0.1
Mattias Andrée
2
-0
/
+119
2021-04-18
Fix man section in libparser-generate.1
Mattias Andrée
1
-1
/
+1
2021-04-18
Use isalnum instead of isalpha and isdigit
Mattias Andrée
1
-1
/
+1
2021-04-18
Simplify whitespace in grammar representation
Mattias Andrée
2
-20
/
+20
2021-04-17
m
Mattias Andrée
1
-0
/
+6
2021-04-17
makefile: install/uninstall libparser.7 and libparser-generate.1
Mattias Andrée
1
-0
/
+6
2021-04-17
Add libparser.7 and libparser-generate.1
Mattias Andrée
4
-3
/
+219
2021-04-17
readme: no left recursion
Mattias Andrée
1
-0
/
+4
2021-04-17
m
Mattias Andrée
1
-0
/
+1
2021-04-17
Fix character range grammar
Mattias Andrée
1
-5
/
+7
2021-04-17
Add readme
Mattias Andrée
2
-1
/
+121
2021-04-17
Fix last commit and use it in calc-example
1.0
Mattias Andrée
2
-2
/
+2
2021-04-17
Add implement support for character ranges
Mattias Andrée
4
-8
/
+126
2021-04-17
Fix surrogate rejection
Mattias Andrée
1
-1
/
+1
2021-04-17
Add dynamically linked version of library
Mattias Andrée
4
-4
/
+38
2021-04-17
Makefile: add install and uninstall rules
Mattias Andrée
1
-1
/
+14
2021-04-17
m
Mattias Andrée
1
-1
/
+1
2021-04-17
Update todo
Mattias Andrée
1
-1
/
+3
2021-04-17
Do not require libsimple at all
Mattias Andrée
1
-6
/
+19
2021-04-17
Do not require libsimple at runtime
Mattias Andrée
2
-44
/
+104
2021-04-17
Do not use libsimple outside of the generator
Mattias Andrée
5
-30
/
+55
2021-04-17
Add inclusion guard to libparser.h
Mattias Andrée
1
-0
/
+5