YooLex 0.9h and YooParse 0.1 released

"Heng Yuan" <heng@Ag.arizona.edu>
31 Jul 2002 00:59:10 -0400

          From comp.compilers

Related articles
YooLex 0.9h and YooParse 0.1 released heng@Ag.arizona.edu (Heng Yuan) (2002-07-31)
| List of all articles for this month |

From: "Heng Yuan" <heng@Ag.arizona.edu>
Newsgroups: comp.compilers
Date: 31 Jul 2002 00:59:10 -0400
Organization: The University of Arizona
Keywords: lex, yacc, tools, available, C++
Posted-Date: 31 Jul 2002 00:59:10 EDT

Hi,


YooLex 0.9i and YooParse 0.1 were just released. YooLex is a lexer
generator and YooParse is a parser generator for C++. Both are in
beta/alpha stages, so there will be bugs and missing features.


YooLex homepage:
http://yoolex.sourceforge.net
YooParse homepage:
http://yooparse.sourceforge.net


What's new in YooLex:
1. new namespace option
2. improved DFA table compression


Features in YooParse:
1. Generates both full LR(1) and LALR(1) tables
2. customizable error recovery function through virtual function


Comments, bug reports are welcome.


Heng Yuan


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.