Yegor Bugayenko
Yegor Bugayenko
@Graur usually (well, at least in Java), regex compilation and regex matching are two different operations. First, you take a string and "make" a regex. You compile it, making your...
@Graur did you see the suggestion I made in this document: https://arxiv.org/abs/2206.02585 I understand that the "compile" is step is missing in my design. Maybe this one would be better:...
@Graur should be something like this: ``` match. > m compile. regex "/([a-z]+)/i" "word" ```
@Graur yes, of course, we should completely get rid of this `/.../` syntax. There will only be the object `QQ.txt.regex` and that's it.
@levBagryansky this is what `compile` is for: to pre-process the expression
@i582 yes, this indeed is a problem
@i582 we are working on this, in other tickets.
@nlchar can you do this?
@nlchar delete these two lines and see what happens: https://github.com/cqfn/eo/blob/master/eo-runtime/pom.xml#L81-L82
@andreoss can you help with this? I suggest to start with 1hr budget.