Questions tagged [bison]
Questions related to GNU Bison, a code-generation tool which takes a specification of a context-free language and produces a parser for it.
3 questions
2
votes
0
answers
78
views
Bison doesn't output color
bison -Wcex --yacc --output=alpha_syntaxer.cpp --color yyalpha.yacc --defines
bison (GNU Bison) 3.8.2
How to get color output from bison? ..
I tried all the color options , but nothing.
My terminal ( ...
1
vote
1
answer
483
views
How can you change ./configure to use a specific binary over /usr/bin?
Running macOS Catalina 10.15.6.
My question is more related to compilation with GNU tools, so it may be more suited for a different SE site — I'll be happy to close and ask somewhere else if that's ...
3
votes
1
answer
614
views
bison++ vs bison - should they really conflict?
I'm using Devuan Beowulf (i.e. Debian Buster without systemd).
I'm trying to build an application which requires bison++ (probably to generate C++ code). Now, bison++ is available, but - it conflicts ...