[Quex-general] Installation Problems
Generator of lexical analyzers in C and C++. Unicode Supported.
Brought to you by:
fschaef
From: Frank S. <fra...@gm...> - 2007-08-16 19:13:28
|
Hi Bernhard, your input was very valuable. I configured a new version 0.14.3 which should fix this issue. In your case your QUEX_PATH variable should point to "3D/home/berber/quex". Please, use the .tar.gz file which I am going to release at about 10h00 today (Berlin Time). Concering your idea of implementing quex for different programming languages: It is correct I rigidly designed the core engine to rely on a 'dictionary' that replaces language elements into concrete statements dependend on language. However, this design is only fulfilled for C and C++. It should be straightforward to get core analyzers in any language. However, if you want to get the full fledged Quex engine including mode handling, etc ... this requires adaption of the lexer class template, the token queue, and the buffer (if you do not want to work on raw memory). If there are still problems with 0.14.3 drop me an email under fs...@us... with a time that is convenient for you and I'll give you a phone number so we can get quex running as quick as possible. Are you familiar with svn? This way I could do changes and you could update and retest immediately. Best Regards, Frank -- |