List Question
20 TechQA 2024-03-29T02:34:58.317000Conflict between lexer rules in ANTLR4 for Fortran grammar
74 views
Asked by Akhil Akkapelli
How to link custom lexer with ANTLR generated parser
51 views
Asked by Spartis
Is there a way to see where the Go lexer inserts semicolons?
42 views
Asked by 425nesp
antlr4 expression separator with '\n' and let parser to ignore '\n' like in Kotlin
34 views
Asked by EggoYT
Does Bison/Flex have a feature to declare a specific terminal as the error recovery reset point?
19 views
Asked by sigmasum
ANTLR4 matches to lexer rule instead of parser rule
62 views
Asked by Ryg
String goes from normal characters to garbage for an as of yet indiscernible reason
63 views
Asked by A Eagle
Trouble in defining Array in ANTLR4
36 views
Asked by FantasticGoose
Go lang else is called first when it should not
51 views
Asked by Farhan Ali Raza
ANTLR Lexer fails when parsing C code with preprocessor directives
63 views
Asked by raffian
Parsing and evaluating typed expressions (BNF-like grammar for earley / Nearley.js)
43 views
Asked by handle
Which runs first in bash? lexer, or expander?
139 views
Asked by Mister_Obliviate
Parsing "case of" statement with Happy
141 views
Asked by Daniel Gattesco
Haskell parser created with Alex and Happy doesn't work because of main function, someone can tell me why?
166 views
Asked by Daniel Gattesco
where does `input(yytext, yyleng)` function come from in flex scanner?
45 views
Asked by Danh Le
Parsed tree contains each letter in a different child
59 views
Asked by MadGmr317
HowTo: Convert hive column definition to structured json in python
80 views
Asked by ddluke
building a parser that recognizes extended backus-naur form grammar in C
132 views
Asked by oumaima
How to push a synthetic token (which is not related to any symbol) in Menhir Incremental?
180 views
Asked by Bleg Bleg
Drawing cfg using antlr4, graphiz and python and parser is empty
105 views
Asked by Suraj Maity