Skip to main content

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.

2 votes
0 answers
78 views

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 ( ...
Lampros's user avatar
  • 143
1 vote
1 answer
483 views

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 ...
Adam Ronald's user avatar
3 votes
1 answer
614 views

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 ...
einpoklum's user avatar
  • 11.1k