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).
As such, it would make sense to:
ASCIImode #212 as a back-transformation as well, for both performances and semantic correctnessThe one major drawback is that
re2currently usesrefor its actual extraction. So here there are two options: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).