Re: Return from recursive processing is incomplete

2009-09-07 Thread Dave Pawson
2009/9/7 Philip Herron : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Derek M Jones wrote: >> Philip, >> >>> No problem i got a the book LEX and YACC o'reilly: >>> http://oreilly.com/catalog/9781565920002/ >> >> Flex & Bison is now available (17 years more up todate) >> http://oreilly.com/

Re: C parser Can't be Linked to C++ Driver

2009-09-07 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Evan Carew wrote: > I'm trying something not found in any of the manuals or the > O'Reilly books. I'm trying to create a C lexer and parser (mainly > because C++ isn't really supported all that well yet), then link > them in with my C++ driver routine.

Re: C parser Can't be Linked to C++ Driver

2009-09-07 Thread Evan Carew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, Yep, that's it. Sometimes you need someone to dope slap you. extern "C" { extern int yyparse( ); } Evan Chris verBurg wrote: > > In the C++ code, have you tried declaring yyparse as "extern C int yyparse();" so that it doesn't try to mangle

C parser Can't be Linked to C++ Driver

2009-09-07 Thread Evan Carew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying something not found in any of the manuals or the O'Reilly books. I'm trying to create a C lexer and parser (mainly because C++ isn't really supported all that well yet), then link them in with my C++ driver routine. My problem is that I am h

Re: Return from recursive processing is incomplete

2009-09-07 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks i'll check that out :) Evan Carew wrote: > Phil, > > Try going to Safari books on-line. They usually have all of > O'Reilly's books available for on-line viewing. I live in the US > and have the O'Reilly books handy in physical form, but still

Re: Return from recursive processing is incomplete

2009-09-07 Thread Evan Carew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil, Try going to Safari books on-line. They usually have all of O'Reilly's books available for on-line viewing. I live in the US and have the O'Reilly books handy in physical form, but still use the online bookshelf Safari offers simply because it m

Re: Return from recursive processing is incomplete

2009-09-07 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek M Jones wrote: > Philip, > >> No problem i got a the book LEX and YACC o'reilly: >> http://oreilly.com/catalog/9781565920002/ > > Flex & Bison is now available (17 years more up todate) > http://oreilly.com/catalog/9780596155971/ > Ah cool never

Re: Return from recursive processing is incomplete

2009-09-07 Thread Derek M Jones
Philip, No problem i got a the book LEX and YACC o'reilly: http://oreilly.com/catalog/9781565920002/ Flex & Bison is now available (17 years more up todate) http://oreilly.com/catalog/9780596155971/ -- Derek M. Jones tel: +44 (0) 1252 520 667 Knowledge Software Ltd

Re: Return from recursive processing is incomplete

2009-09-07 Thread Philip Herron
Evan Carew wrote: Phil, Thanks for the assist. I have a feeling that this will allow me to continue my research with bison. Hey No problem i got a the book LEX and YACC o'reilly: http://oreilly.com/catalog/9781565920002/ It helped me a lot when i was learning these. You only really need t

Re: Return from recursive processing is incomplete

2009-09-07 Thread Evan Carew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil, Thanks for the assist. I have a feeling that this will allow me to continue my research with bison. Philip Herron wrote: > Took me a few times to read your mail to see what you meant :P. So let > me know if i am wrong i but, you want to unders