Eric Vergnaud
Eric Vergnaud
Not sure there is any issue here, closing.
Closing since we can continue the conversation in the PR
Please check 4.12.0-beta.1 on npm which comes with supported typescript types. This is just the runtime, next antlr release will provide typescript as a target language.
WASM GC is available in V8 (Chrome, Deno and soon Node). It'd be very disappointing to not see it rapidly coming to GraalVM
@parrt Here is my understanding of how things look like currently (expressed in Java) ``` Java class MyParserRuleContext extends RuleContext { Object fieldA; Object fieldB; void someUtilityMethodA() { ... }...
This was hand-written and it should indeed read ...extends ParserRuleContext, sorry for the confusion
Hi there, thanks for the great work :smile:. Not sure if this belongs here or deserves a dedicated thread. I'm looking at building modules that can run in node and/or...
> Hi there, thanks for the great work 😄. Not sure if this belongs here or deserves a dedicated thread. I'm looking at building modules that can run in node...
FileInfo.isFile is a boolean in Deno but a function in node.
`deno test --config tsconfig.json someTest.ts` triggers the same errors