I haven't looked at the code myself so I won't comment. However, Mike Chirico had written an excellent Lemon tutorial that used Flex for the tokenizer for Freshmeat. Porting it to use re2c shouldn't be too difficult.
Chirico's tutorial http://freshmeat.net/articles/view/1270/ Louis On 2/20/07, Mohit Jaggi <[EMAIL PROTECTED]> wrote: > Louis, > Thanks for the pointer. The status of this project is "not usable". Is this > still a good example for my purpose? > > Mohit. > > > On 2/20/07, Louis P. Santillan <[EMAIL PROTECTED]> wrote: > > ChessLib is one example of using Lemon+re2c. > > > > http://chesslib.sourceforge.net/ > > > > On 2/20/07, Mohit Jaggi <[EMAIL PROTECTED]> wrote: > > > Folks, > > > I am looking for some example code that uses re2c as a lexer and lemon > as a > > > parser (yacc/bison is acceptable too). Any pointers will be greatly > > > appreciated. > > > > > > Thanks, > > > Mohit. > > > -- > > > > > > Have started blogging: > http://securetheworld.blogspot.com > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > Re2c-general mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/re2c-general > > > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Re2c-general mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/re2c-general > > > > > > -- > > Have started blogging: http://securetheworld.blogspot.com > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Re2c-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/re2c-general > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Re2c-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/re2c-general
