Lev Bagryansky

Results 98 comments of Lev Bagryansky

@yegor256 , NFA is a nondeterministic finite automaton, DFA is deterministic finite automaton. The algoritm converts the first to the second. Usually a regex can be described by the NFA...

@Graur , how is objectionary/eo related with objectionary/collecctions? It seems that eo repo does not see new `reduced` and `mapped`.

@yegor256 , @Graur I think since we want to implement regex by eo it will be better to compile the regex in `complile` attribute. It can be useful if we...

@Graur I copied txt package to eo-strings. So we need release eo-strings and remove them here

@Graur , they are different

@Graur is `heap.block` supposed to be reimplemented on eo?

@Graur `heap.malloc` was implemented in #1916