Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,191 contributions in the last year
Contribution activity
October 2020
- Another PCRE parser fix: ^ is literal in bracket expressions except directly after [
- More PCRE parser fixes: (?flags:expr) applying to end-of-pattern
- ast_new_from_fsm: free pool on error
- Fix bad comment handling
- Various PCRE syntax improvements
- Lots of fixes to various memory leaks
- Changes AST parsing to use a "pooled" allocator
- Fix builds for glob, utf8dfa examples
Created an issue in katef/libfsm that received 1 comment
Remove $unsupported tokens in the regex lexers
Currently we produce $unsupported for various things (e.g. lookahead, lookbehind in pcre) and then error about it.
My suggestion instead is that we…