Skip to content

Transform lazy builtin regexes for finite automaton compatibility, use that for graal #228

@masklinn

Description

@masklinn

As such, it would make sense to:

The one major drawback is that re2 currently uses re for its actual extraction. So here there are two options:

  • using re2 for extraction, if the back transformation leads to better performances
  • or have the finite automaton engines perform the transformation at load time internally

The latter would be costlier on loads, but it would mean less compilation woes, working with yaml data, and would make for less trouble in graal (in that it would patch the lazy callbacks with a transformation pass).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions