Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@BackEndTea BackEndTea released this 28 Jan 18:24
· 7 commits to main since this release
4f63341

This marks the first release of Regexer.

Right now you can tokenize a regex, and parse that into an AST.
Manipulation of that AST isn't really stable, and might not work properly. But if you need it to analyze the regex, this release should suffice.

Not yet supported:

  • POSIX class notation
  • comments
  • delimiters that have a diferent closing tag ({, [, (, and <).