Anthrax Gamma
Anthrax Gamma

Reputation: 41

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.)?

Upvotes: 4

Views: 8819

Answers (2)

Lexxmark
Lexxmark

Reputation: 31

There are new versions of flex&bison for windows without extra dependencies at http://sourceforge.net/projects/winflexbison

Upvotes: 3

user242275
user242275

Reputation: 604

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

Upvotes: 4

Related Questions