Re: Can't find m4sugar.m4 / alternate install dir

2006-10-17 Thread Michael Brandt
2006/3/14, Irvine, Chuck R [LTD] <[EMAIL PROTECTED]>: For various reasons, I had trouble building bison from source, so I found and installed a binary verion (2.0) for my OS (AIX 5.2). I'm not able to install to "/usr/local", so installed instead to my . So, after installtion everything is instal

Re: Usage of C++ parser with C++ flex scanner

2006-05-24 Thread Michael Brandt
Hi, 2006/5/23, Toly Kournik <[EMAIL PROTECTED]>: I'm trying to integrate generated C++ Bison parser with generated C++ Flex scanner. The goal is to do it without generated code intervention. There are several questions: 1. How can I cause generated Parser::parse() method to call Lexer::yylex() i

Re: Help using bison

2005-12-14 Thread Michael Brandt
On 15/12/05, Bob Rossi <[EMAIL PROTECTED]> wrote: > > The lemon parser generator uses "inverted flow-of-control", the > > user/lexer calls the parser for each input token. > > > > See http://www.hwaci.com/sw/lemon/ > > Wow, OK, Thanks! Do you know where I would find a lexer to replace flex > that c

Re: Help using bison

2005-12-14 Thread Michael Brandt
On 14/12/05, Bob Rossi <[EMAIL PROTECTED]> wrote: > Does bison currently support "inverted flow-of-control"? Do you > recommend another package for this? Could I come up with some patches > to modify bison to act this way? Hi, The lemon parser generator uses "inverted flow-of-control", the user/l