Shahar Soel

Results 187 comments of Shahar Soel

> Nope, I'm past capacity on projects. 😄 Yep me too 😢

I've added the missing sections above. The first actionable item would be to try and get some actual data on how bad the backtracking is (x1.5 or x10 or somewhere...

You could have changes that affect both the playground AND the source code, e.g adding new options so that is a reason pro using the same repo. Also using the...

You may also want to have some default "hello world" sample source code on that page. 😄

Chevrotain version 9.x is out

There was a conditional inside the `cstPostNonTerminal` method. It seems to have been removed in newer versions - https://github.com/Chevrotain/chevrotain/blob/v6.5.0/packages/chevrotain/src/parse/parser/traits/tree_builder.ts#L268-L272 Try putting the `super` call **inside** the conditional check in the...

Not sure a bounty is needed for this...

I don't have a paypal account :)

Is that for most test files or just for that single one?

There are not supposed to be any performance regressions, (definitively none so large). The main performance hog with Java Parser is the backtracking done to keep the grammar strongly aligned...