Shahar Soel

Results 187 comments of Shahar Soel

> This may be enough of an uncommon I think it is common enough (Dates/String Literals) that makes this use case interesting. The challenge would be how to enable this...

re-opening as I am treating this as a **separate** feature that would be implemented using #888 By providing wrappers around createToken. See: https://github.com/SAP/chevrotain/issues/888#issuecomment-457698103

Thanks for reporting this @AccessViolator . I believe this may be simple to fix. I will mark it as "Help Wanted" Although am not sure where the relevant `Div` is...

With a little more debugging it seems as if the ATN reaches an **accepting** state when reaching the `:` (colon) tok and ignoring the `FQN` part, so it never get...

> This particular error in the backtracking example is caused by the ambiguity detection. I disabled the static validations and still experienced the issue. are you referring to a different...

Okay I see there is indeed filtering on the predicates that could potentially match the current accepting state: - https://github.com/Chevrotain/chevrotain/blob/df2a11f7a26f8ecddc6c3a44efcfb112eee865b3/packages/chevrotain/src/parse/grammar/atn_simulator.ts#L148-L155

Feel free to merge PRs to the `master-ll-star branch` as it will likely be a while before I have the time to dive into LL(*) topic

Hello @kevinkhill I am wondering Is your package just a wrapper for Chevrotain built-in features? or does it also add new capabilities? Basically what problem are you trying to solve?...

Okay, if you have ideas for new features in the future, lets evaluate if they could/should belong as part of Chevrotain itself first 😄