List Question
20 TechQA 2024-03-31T10:00:41.323000Why does my parser incorrectly read a part, when changing another part?
38 views
Asked by Bart Friederichs
Why does bison not match this grammar rule?
33 views
Asked by Bart Friederichs
Can C macros be expanded in flex?
48 views
Asked by Christopher Weronski
flex: segfault when reading to EOF with `input()`
31 views
Asked by Norman Gray
"ERROR: end of file in string" error coming from m4 when using flex
35 views
Asked by Bwmat
Does Bison/Flex have a feature to declare a specific terminal as the error recovery reset point?
19 views
Asked by sigmasum
Bison/flex syntax issue
25 views
Asked by Max
Why does Bison put the entire match in the variable?
57 views
Asked by Bart Friederichs
Input buffer overflow in scanner for long comments
43 views
Asked by August Karlstrom
is this a memory allocation issue?
70 views
Asked by Hussein Abdul-Ameer
Scanning long strings is very slow
29 views
Asked by Szabolcs
How to implement delimiters in Flex lexical analyzer
38 views
Asked by tungsten
Bison parser always prints syntax error without specifying what is wrong
52 views
Asked by Gholem
Flex version 2.5.35 or later is required, but this is C:\GnuWin32\bin\flex.exe version 2.5.4
116 views
Asked by Ayush Vatsa
How can I get current line that flex/lex is lexing at the moment to use it in yyerror?
47 views
Asked by vlad613
where does `input(yytext, yyleng)` function come from in flex scanner?
45 views
Asked by Danh Le
every time i lex compile, i get a warning message says rule cannot be matched
27 views
Asked by IMENE BELGHEIR
YACC : Position is not getting updated
45 views
Asked by ice-wind