Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 209 Bytes

luaRegex

Compiles Regex to Lua source AOT

NOT FULLY FUNCTIONAL

TODO:

  • Finish implementing emitter (High Priority)
  • Sort out capture groups and min/max quantifiers
  • DFA optimization
  • a{x?,y} syntax