David Grove <[EMAIL PROTECTED]> writes: > >Because what is the parser/lexer/tokenizer parsing? Perl? Pythonic? >Javanese? It is entierly possible to use one parser/lexer "engine" for multiple languages - for example a yacc/byacc/bison LALR(1) parser is a simple state machine - all the language stuff is in the "data" part. But switching lexer and parser's look-ahead "token" at language boundaries is a tad tricky. But that is probably not what is being discussed here. (Nick just passing through...) -- Nick Ing-Simmons <[EMAIL PROTECTED]> Via, but not speaking for: Texas Instruments Ltd.
- Re: Now, to try again... Steve Fink
- Re: Now, to try again... Nick Ing-Simmons
- Re: Now, to try again... Dan Sugalski
- Re: Now, to try again... Andy Dougherty
- Re: Now, to try again... David Grove
- Re: Now, to try again... Dan Sugalski
- Re: Now, to try again... Nathan Torkington
- Re: Now, to try again... Simon Cozens
- Mail problems? [simon@cozens.net: Re: Now, ... Simon Cozens
- Re: Mail problems? [simon@cozens.net: R... Ask Bjoern Hansen
- Re: Now, to try again... Nick Ing-Simmons
- Re: Now, to try again... Dan Sugalski
- Re: Now, to try again... David Grove
- Re: Now, to try again... Dan Sugalski
- Re: Now, to try again... David Grove