Aha, now I see.

First, you cannot use re2c and lex/flex interchangeably: re2c's API is 
very different to that of lex/flex. re2c is more flexible, but the 
programmer has to write interface code (input buffer management, etc.) 
manually. In principle you can rewrite pcc to use re2c instead of 
lex/flex, but that wouldn't be straightforward.

Second, if pcc (build with lex) is broken, it seems unlikely that lex 
(or yacc) is to blame. I'd rather suppose it's pcc's bug (at least you 
can report it :) ). Why do you think lex is faulty?

Ulya

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to