Gábor Bakos

Results 6 comments of Gábor Bakos

Workaround: introduce a new method for the `rep` + `map` like this (haven't checked with this example): def expression[_: P]: P[Int] = (P("(" ~ multiExpression ~ ")") | integer).flatMap(c =>...

In another branch ([aborg0/time_handling](https://github.com/aborg0/parso/tree/time_handling)), I have merged some improvements from the KNIME's version of parso. In case you like them, I would like to ask your opinion about another change,...

@srozsnyai You are right, the time-related patches are not containing your proposed fix as I have no SAS7BDAT file which I could use to reproduce/fix, KNIME customers have not yet...

An OSGi bundle is just a simple jar -you can check it if you try the usual packaging on this branch- with some extra version information (the only\* difference would...

@printsev would this change be more acceptable if the implementation package was [not exported](https://github.com/epam/parso/pull/6/commits/afb10c94cbcda348ddfef73a0db295358980e22b#diff-600376dffeb79835ede4a0b285078036R177)? I think that can be done with OSGi services (probably a nicer solution). Maybe you require...

[FastR](https://www.graalvm.org/docs/reference-manual/languages/r/) might also be an option (not sure about its license, I guess it is the same as OpenJDK's, or R's GNU GPL).