| Related articles |
|---|
| YooLex 0.9f released heng@Ag.arizona.edu (Heng Yuan) (2002-01-07) |
| From: | Heng Yuan <heng@Ag.arizona.edu> |
| Newsgroups: | comp.compilers |
| Date: | 7 Jan 2002 01:22:53 -0500 |
| Organization: | The University of Arizona |
| Keywords: | lex, available |
| Posted-Date: | 07 Jan 2002 01:22:53 EST |
YooLex is a lexical scanner code generator for C++. The current
version is 0.9f, a beta pre-release version. It is a freeware.
What's new:
1. indirect threading.
I am not quite sure the improvement on the speed over the switch threading
(since all case values are consecutive), but it should not hurt to try.
As far as I know, only gcc/g++ supports this feature.
PS, I am looking for beta-testers.
Thanks for your attention
Heng Yuan
heng@ag.arizona.edu
http://ag.arizona.edu/~heng/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.