regexp-tree icon indicating copy to clipboard operation
regexp-tree copied to clipboard

[Interpreter] Implement ECMAScript RegExp evaluator

Open DmitrySoshnikov opened this issue 6 years ago • 0 comments

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.

DmitrySoshnikov avatar Jun 18 '18 05:06 DmitrySoshnikov