Related articles |
---|
Using Gnu's Bison turner@unc.cs.unc.edu (1988-03-15) |
Re: Using Gnu's Bison ejp@ausmelb.oz.au (1988-03-22) |
Re: Using Gnu's Bison ejp@ausmelb.oz.au (1988-03-25) |
From: | turner@unc.cs.unc.edu (Douglass Turner) |
Newsgroups: | comp.compilers |
Keywords: | yacc, lex, bison, |
Anyone out there using Gnu's Bison? I'd like to use it in place
of yacc but don't know how to make the substitution. Can I still
use lex with it or what? Help or pointers to help would be great.
Thanks in advance
-Doug
[I've taken a brief look at bison and it appears that by and large you can
feed it the same input language that you would give to yacc. It uses the
same interfaces, so lex should work as well there as it does with yacc. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.