Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
antlr-discussion
Conversations
Labels
About
antlr-discussion
1–30 of 2122
Mark all as read
Report abusive group
0 selected
DaneshI
4:54 PM
antlr4-go context
Hello antlr team, Is there a way to pass in a golang context when using the Listeners. Idea here is
unread,
antlr4-go context
Hello antlr team, Is there a way to pass in a golang context when using the Listeners. Idea here is
4:54 PM
Mike Lischke
Nov 25
ANN: antlr-format, your flexible friend
What is this about? I'm pleased to announce another little tool in the ANTLR family: antlr-format
unread,
ANN: antlr-format, your flexible friend
What is this about? I'm pleased to announce another little tool in the ANTLR family: antlr-format
Nov 25
Rolf Blum
,
Jeffrey Coffield
4
Nov 18
ANTLR Lab, please give advice
I tried this grammar: ----------------------------- grammar TextBlock; textBlock: sentence+ EOF;
unread,
ANTLR Lab, please give advice
I tried this grammar: ----------------------------- grammar TextBlock; textBlock: sentence+ EOF;
Nov 18
marcus Scharvel
Nov 12
Memory leaks in the C++ runtime
I'm developing a compiler for my language on Visual Studio 2022 with ANTLR 4.13.0 (Flex &
unread,
Memory leaks in the C++ runtime
I'm developing a compiler for my language on Visual Studio 2022 with ANTLR 4.13.0 (Flex &
Nov 12
Mike Lischke
,
Michael Toy
3
Nov 9
ANN: New ANTLR4 TypeScript runtime
curious why yet another fork, the antlr4ts vs antlr4 fork is already a problem f0r me because i went
unread,
ANN: New ANTLR4 TypeScript runtime
curious why yet another fork, the antlr4ts vs antlr4 fork is already a problem f0r me because i went
Nov 9
Dennis Ferron
Oct 30
Can ANTLR4 solve packing problems using parsing?
(The project/problem I give below is real; using ANTLR4 to solve it is whimsical. I thought it might
unread,
Can ANTLR4 solve packing problems using parsing?
(The project/problem I give below is real; using ANTLR4 to solve it is whimsical. I thought it might
Oct 30
Shadi 94
Sep 23
fore new line
Hallo antlr team, in my Grammer i have Newline: ('\r' '\n'? | '\n') ->
unread,
fore new line
Hallo antlr team, in my Grammer i have Newline: ('\r' '\n'? | '\n') ->
Sep 23
Ajinkya Bokade
Sep 19
[TypeScript target] Suggestion for transformation of parse tree
We are trying to write a grammar for spreadsheet language. The parse tree gets generated according to
unread,
[TypeScript target] Suggestion for transformation of parse tree
We are trying to write a grammar for spreadsheet language. The parse tree gets generated according to
Sep 19
Terence Parr
Sep 11
4.13.1 is out!
hi! ANTLR 4.13.1 is out! Get it while it's hot. :) Various cleanup actions for a variety of
unread,
4.13.1 is out!
hi! ANTLR 4.13.1 is out! Get it while it's hot. :) Various cleanup actions for a variety of
Sep 11
Shadi 94
Sep 6
antlr grammer
Hallo antlr team, in my Grammer i have Newline: ('\r' '\n'? | '\n') ->
unread,
antlr grammer
Hallo antlr team, in my Grammer i have Newline: ('\r' '\n'? | '\n') ->
Sep 6
Luis
Sep 5
Multiple passes in an interpreter
Hi, I am building a small interpreter for a simple language using the Visitor pattern. My question is
unread,
Multiple passes in an interpreter
Hi, I am building a small interpreter for a simple language using the Visitor pattern. My question is
Sep 5
Luis
,
Terence Parr
2
Aug 3
Unpe
You have an extra | in there :) ESCAPE : '\\"' | '\\\\' || '\\n'; On Thu
unread,
Unpe
You have an extra | in there :) ESCAPE : '\\"' | '\\\\' || '\\n'; On Thu
Aug 3
Mike Lischke
,
Eric Vergnaud
3
Jul 19
Development started for WebAssembly target
Sure, here we go: https://github.com/antlr/antlr4/discussions/4362 Am 19.07.2023 um 12:37 schrieb
unread,
Development started for WebAssembly target
Sure, here we go: https://github.com/antlr/antlr4/discussions/4362 Am 19.07.2023 um 12:37 schrieb
Jul 19
eric vergnaud
Jun 29
Any concerns dropping ES5 support ?
@All, we are looking at dropping ES5 support in our next release. The JS runtime has been entirely
unread,
Any concerns dropping ES5 support ?
@All, we are looking at dropping ES5 support in our next release. The JS runtime has been entirely
Jun 29
Duane Knesek
, …
HellishBro Gaming
3
Jun 15
Trying to get basic example to work.
who made the java target? can't they just add toString()? seems like whoever made the target did
unread,
Trying to get basic example to work.
who made the java target? can't they just add toString()? seems like whoever made the target did
Jun 15
Chris Bristol
,
Mike Cargal
2
May 22
Dealing with quoted and unquoted text, along with JS-style property accessors
Please post questions to StackOverflow with an “ANTLR” tag. This discussion group is not for
unread,
Dealing with quoted and unquoted text, along with JS-style property accessors
Please post questions to StackOverflow with an “ANTLR” tag. This discussion group is not for
May 22
Michael Toy
,
Mike Lischke
2
May 15
antlr4ts vs. antlr
Hi mtoy, I've been using antlr4ts for a few years. Typescript is now supported as a target by the
unread,
antlr4ts vs. antlr
Hi mtoy, I've been using antlr4ts for a few years. Typescript is now supported as a target by the
May 15
Akhil Akkapelli
, …
midingoyi
5
May 10
Fortran 90/95 Antlr4 Lexer and Parser Grammer
Thank you for your response and for providing the link to the PyCropML/Fortran90Parser.g4 grammar on
unread,
Fortran 90/95 Antlr4 Lexer and Parser Grammer
Thank you for your response and for providing the link to the PyCropML/Fortran90Parser.g4 grammar on
May 10
henrik sorensen
May 1
Embedding Source into lexer stream
Esteemed List! For whom it may interest, albeit might not be that many :) I have added embedding
unread,
Embedding Source into lexer stream
Esteemed List! For whom it may interest, albeit might not be that many :) I have added embedding
May 1
Andy
,
Ken Domino
4
Apr 17
Very slow parsing C grammar
Hi Andy, Please make comments on your PR over in the comments section of the PR: https://github.com/
unread,
Very slow parsing C grammar
Hi Andy, Please make comments on your PR over in the comments section of the PR: https://github.com/
Apr 17
Edoardo Luppi
,
Ilan Toren
2
Apr 11
Mapping the JFlex model to ANTLR
Jflex has been updated to jvm 9? On Sun, 9 Apr 2023, 1:12 Edoardo Luppi, <lp.ed...@gmail.com>
unread,
Mapping the JFlex model to ANTLR
Jflex has been updated to jvm 9? On Sun, 9 Apr 2023, 1:12 Edoardo Luppi, <lp.ed...@gmail.com>
Apr 11
Andy
,
Mike Lischke
2
Apr 11
Conflict names for Go target
Hi Andy, Better ask your questions on Stackoverflow.com. This is rather an announcement list, not one
unread,
Conflict names for Go target
Hi Andy, Better ask your questions on Stackoverflow.com. This is rather an announcement list, not one
Apr 11
Andy
3
Apr 10
Own error reporting
Ok, must be reference auto& lexErrListener = lexer.getErrorListenerDispatch(); lexErrListener.
unread,
Own error reporting
Ok, must be reference auto& lexErrListener = lexer.getErrorListenerDispatch(); lexErrListener.
Apr 10
Mark Rostron
,
Mike Lischke
2
Mar 27
apache pig migration antlr3 to antlr4
Hi Mark, first question - re changes to the lexer/parser for the antlr4 upgrade, is this the correct
unread,
apache pig migration antlr3 to antlr4
Hi Mark, first question - re changes to the lexer/parser for the antlr4 upgrade, is this the correct
Mar 27
James Mitchell
, …
Alessio Stalla
3
Mar 6
ANTLR4 eventual intent
There are libraries to build ASTs out there (we have built and open-sourced our own at Strumenta for
unread,
ANTLR4 eventual intent
There are libraries to build ASTs out there (we have built and open-sourced our own at Strumenta for
Mar 6
Jacob Anderson
2
Feb 22
Hierarchical Grammars + Extending Recursive Rules?
A typo in grammar C. The import statement should be "import A", not B. On Wednesday,
unread,
Hierarchical Grammars + Extending Recursive Rules?
A typo in grammar C. The import statement should be "import A", not B. On Wednesday,
Feb 22
Terence Parr
,
Wanadoo
3
Feb 19
4.12.0 antlr is out
Thanks for contributing the typescript target :) Ter > On Feb 19, 2023, at 2:28 PM, Wanadoo <
unread,
4.12.0 antlr is out
Thanks for contributing the typescript target :) Ter > On Feb 19, 2023, at 2:28 PM, Wanadoo <
Feb 19
Terence Parr
Feb 9
4.12.0 heading your way
hi. I started a discussion about trying to get a release out in the next 10 days or so: https://
unread,
4.12.0 heading your way
hi. I started a discussion about trying to get a release out in the next 10 days or so: https://
Feb 9
Moof
Feb 1
still working on new target language and porting antlr runtime
a few questions: 1) the target language doesn't have exception handling. I've created an
unread,
still working on new target language and porting antlr runtime
a few questions: 1) the target language doesn't have exception handling. I've created an
Feb 1
Eugene Lepekhin
,
Terence Parr
2
Jan 2
Why parser ignores single quotes?
hiya we've moved questions to https://stackoverflow.com/questions/tagged/antlr4 Could you repost
unread,
Why parser ignores single quotes?
hiya we've moved questions to https://stackoverflow.com/questions/tagged/antlr4 Could you repost
Jan 2