regexp-tree
regexp-tree copied to clipboard
[Interpreter] Implement ECMAScript RegExp evaluator
In addition to the educational finite-automata evaluator, we should implement the regexp patterns semantics from the ECMAScript spec. Ideally this should be as close to the spec as possible, however some optimizations deviating from spec can be applied as well.
The module can live in src/interpreter/ecmascript
.