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
/
grammars
/
builtins.bp
Age
Commit message (
Expand
)
Author
2021-05-11
Converted ^/^^/$/$$ into pattern types instead of builtin definitions
Bruce Hill
2021-01-20
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Bruce Hill
2021-01-18
Performance optimizations for `id` and `|` rules
Bruce Hill
2021-01-17
Cleanup of builtins
Bruce Hill
2021-01-17
Improved rules for word boundary matching and ids (more utf8-compliant,
Bruce Hill
2021-01-17
Updated the behavior of !=/== to only consider exact, full-text matches
Bruce Hill
2021-01-17
Added shell grammar
Bruce Hill
2021-01-17
Added "not a keyword" to definition of `id` (keyword is undefined by
Bruce Hill
2021-01-15
Major overhaul of how different modes of behavior work. Approximately 2x
Bruce Hill
2021-01-12
Removed unnecessary start of file check
Bruce Hill
2021-01-08
Fixed bug with ..%\n
Bruce Hill
2021-01-05
Added whole-line-matching mode
Bruce Hill
2021-01-05
Simplified `...` to `..%\n` and `$.` to `./\n`
Bruce Hill
2020-12-30
Simplified syntax for replacement: just =>, no need for {}
Bruce Hill
2020-12-19
Updated to use `a,b,c
Bruce Hill
2020-12-14
Strings not multiline by default
Bruce Hill
2020-12-14
Multiline paren groups
Bruce Hill
2020-12-14
Fixed parens typo
Bruce Hill
2020-12-14
Updated grammars
Bruce Hill
2020-12-12
Bunch of changes, including some bpeg->bp renaming, and adding
Bruce Hill