Ken Domino
Ken Domino
@kevinlano Your fork of https://github.com/antlr/grammars-v4 is 800+ commits behind the current state of the repo, about a year old. Maybe you can just update to the latest?? Here is a...
@MR-BH The Python3 target of the python/python3 grammar sometimes takes over 300s on a heavily loaded Github server, so the parse was killed. The test will need to be split...
I restructured the python grammars, and restructured the tests in python3. Please update to the latest source and try again. Thanks.
@teverett This PR corrects a bug in the lua grammar. I think there was a timeout issue for the Dart target. So, maybe the build can be tried again?
@niu2x Please synch with the latest in master. Hopefully, the build will work fine. Ty.
> @niu2x please rebase @teverett I can create a PR next week for this if it's not updated by then.
@teverett We need a build of this PR. Ty.
> Should not be a 3rd party lib, to avoid forcing all targets to have that in their specific environment. Instead a simple RLE might make more sense, but it's...
"super" "." is not in either Dart2 or Dart3 in the spec: ``` ⟨fieldFormalParameter⟩ ::= ⟨finalConstVarOrType⟩? this ‘.’ ⟨identifier⟩ (⟨formalParameterPart⟩ ‘?’?)? ``` (page 23, https://dart.dev/resources/language/spec/versions/DartLangSpec-v2.10.pdf) It needs to be raised...
I have a few questions, and some observations. #### Questions: * Which kotlin grammar are you referring to? There are two: [kotlin/kotlin](https://github.com/antlr/grammars-v4/tree/master/kotlin/kotlin) and [kotlin/kotlin-formal](https://github.com/antlr/grammars-v4/tree/master/kotlin/kotlin-formal)? * Which target are you referring...