Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing LEX/YACC or flex/bison on Windows, Visual C++ 2008

There's too much bytes and too few information in Internet, so I decided to ask if someone have already done such an installation.

  1. How to compile/where to download
    binaries?
  2. Where can I find a build
    rule?
  3. Where can I find a bunch of
    good samples (with associativity
    resolution, symbol tables etc.)?
like image 345
Anthrax Gamma Avatar asked Feb 28 '23 19:02

Anthrax Gamma


1 Answers

You should be able to get flex and bison as part of cygwin, then reference them in visual studio.

This has more detail: http://blogs.msdn.com/aaronmar/archive/2004/10/13/242004.aspx

like image 87
user242275 Avatar answered Mar 03 '23 04:03

user242275