index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json.c
Age
Commit message (
Expand
)
Author
2021-09-19
Better non-verbose JSON output
Bruce Hill
2021-09-19
Slight tweak to JSON output
Bruce Hill
2021-08-28
Style change: added cino=:0 (i.e. case statements on same indentation as
Bruce Hill
2021-07-26
Introduced cache to greatly speed up many use cases
Bruce Hill
2021-05-20
Fixed up JSON output
Bruce Hill
2021-01-18
More static analyzer cleanup, including switching to use bools where
Bruce Hill
2021-01-18
Checking more return values (per static analyzer)
Bruce Hill
2021-01-16
Renamed VM_ to BP_
Bruce Hill
2021-01-15
Renaming 'op' member fields to 'pat'
Bruce Hill
2021-01-15
Cleaned up and simplified global state setting stuff (e.g. --verbose)
Bruce Hill
2021-01-12
Added forward declarations for static functions
Bruce Hill
2021-01-12
Some general cleanup, adding comments, adding more __attribute__s where
Bruce Hill
2021-01-12
Adding comments
Bruce Hill
2021-01-12
Standardizing to line-comments instead of block comments
Bruce Hill
2021-01-12
Renamed op.op -> op.type
Bruce Hill
2020-12-17
Better null byte handling, simplified match datastructures, and some
Bruce Hill
2020-12-14
Imports cleanup and removing FILE* parameter from json
Bruce Hill
2020-12-14
Moved json code into its own file
Bruce Hill