Valhalla Legends Archive

Programming => Advanced Programming => Topic started by: Skywing on November 03, 2003, 08:49 AM

Title: Flex & Bison for Win32
Post by: Skywing on November 03, 2003, 08:49 AM
I ran into this site (http://www.monmouth.com/~wstreett/lex-yacc/lex-yacc.html) while looking at various parsing tools.  These may be useful if you don't want to have to build part of a language-parsing program using flex/bison on unix.
Title: Re:Flex & Bison for Win32
Post by: Adron on November 03, 2003, 12:46 PM
Didn't I show you unxutils (http://unxutils.sourceforge.net/)?
Title: Re:Flex & Bison for Win32
Post by: Skywing on November 03, 2003, 01:37 PM
Quote from: Adron on November 03, 2003, 12:46 PM
Didn't I show you unxutils (http://unxutils.sourceforge.net/)?
You did indeed.  However, these have nice (http://www.monmouth.com/~wstreett/lex-yacc/flex_1.html), HTML-ized (http://www.monmouth.com/~wstreett/lex-yacc/bison.html) manuals.
Title: Re:Flex & Bison for Win32
Post by: Adron on November 04, 2003, 04:34 PM
That's nice!

The unxutils version seems somewhat newer, but both are still very old. Maybe the current sources would compile cleanly under win32 anyway?