[quirks-uvm-devel] bison and flex for MSVC++ build
Status: Pre-Alpha
Brought to you by:
teodor
From: Sergei L. <sl...@is...> - 2002-04-01 10:18:50
|
Hello Bhavani, I've put bison.exe and flex.exe as well as needed libraries for use bison/flex from MSVC++ here: http://quirks-uvm.sf.net/win-tools.tgz . That is version of tools which I've tested today with latest sources. Put all directory contents in some directory from your PATH. You could try add custom builds for generating parsers/lexers from *.ls and *.ys files to VC++ build (see corresponding Makefile.am files for reference). P.S. Did you got compilable/runnable files for your CtoF example? -- Sergei. |