Skip to content

Create a proper regular expression engine #79

Open
@pvginkel

Description

@pvginkel

We currently depend on the regex create. However, there are a number of issues with this:

  • It does not support everything that JavaScript supports;
  • It works over UTF-8 strings.

This means that we currently have a broken RegExp implementation. A custom regular expression engine must be implemented that fixes these problems.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions