Escape sequences parsing
Classes parsing stub
Replace the majority of asserts with brand new CHECK_ macro & error codes
The project title is to be changed to something more meaningful.
This project is a Work-In-Progress implementation of a JIT regular expressions library.
Main goals:
This library is heavily inspired by vis(5)
text editor [1] and sregex
project [2].
It is considered a successor to both my Sregex
fork [3] and Awk
project [4] (not to be confused with actual awk
).
[1] https://github.com/martanne/vis [2] https://github.com/openresty/sregex [3] https://git.sr.ht/~siborgium/sregex-streaming-api [4] to-be-added