python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dyld[38909]: symbol not found in flat namespace '_yylex'
I have recently upgraded all installed components in macports.
Post the upgradation, cscope has stopped working.
when invoked on commandlind it exits with the following error
$ cscope
dyld[39064]: sy...
Sudheer Hebbale
Votes: 0
Answers: 1
Segmentation fault with yacc/bison
I am trying to write a simple HTTP request parser for a school assignment but I have this segmentation fault that I can't get rid of. I think that my production rules are ok. I have executed bison wit...

Zlatan Radovanovic
Votes: 0
Answers: 2
CMake project with flex/bison
I'm working on an hobby project in C++, using flex and bison. I'm using CMake as my build system, and I had struggle in making all work together.
I'm quite new to CMake so the documentation seems quit...

Alessandro Bertulli
Votes: 0
Answers: 1
Flex: unrecognized rule `(?s:.)`
In my flex program, I am unable to use any of these regex. Usage of any of them are generating unrecognized rule error.
%{
#include<stdio.h>
%}
%option nodefault
%option noyywrap
%option outfil...

Sourav Kannantha B
Votes: 0
Answers: 1