Re: [Quex-general] Installation Problems
Generator of lexical analyzers in C and C++. Unicode Supported.
Brought to you by:
fschaef
|
From: Bernhard B. <be...@tz...> - 2007-08-16 19:35:47
|
Hi Frank, > [...] > Please, use the .tar.gz=20 > file which I am going to release at about 10h00 today (Berlin Time). Should be the same time here in Ludwigsburg :-) =20 > Concering your idea of implementing quex for different programming > languages: It is correct I rigidly designed the core engine to=20 > 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=20 > core analyzers in any language. However, if you want to get the > full fledged Quex engine including mode handling, etc ... this=20 > requires adaption of the lexer class template, the token queue, and > the buffer (if you do not want to work on raw memory). I would like to take a look at the c/c++ version and then decide what I want to write in Ada (e.g. Text IO is very slow (at least in older Ada versions)). Ada has got very good c interfacing capabilities. Sometimes our project [1] is dealing with very huge files (have seen a 130KLoc file) and therefor the speed of the generated lexer is the most interesting point. > 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. I will try the svn version. kind regards, Bernhard [1] http://www.bauhaus-stuttgart.de/bauhaus/ |