qex runs forever
Generator of lexical analyzers in C and C++. Unicode Supported.
Brought to you by:
fschaef
When trying to build an English tokenizer, quex keeps running forever.
I enclose the rules, which are a transliteration of the official lex rules for the Penn Treebank.
The command is run as follows:
quex/quex-exe.py -i tokenizer_en.qx -o tokenizer_en --iconv -b 4 \
--token-policy single \
--token-memory-management-by-user \
--template-compression
I am using quex version 0.64.8.
Thank you.
Any hope for a solution?
Does this issue remain in 0.65.* ?
Related
Bugs: #283
Encountered the same bug on Windows, fixed it by converting the files from CRLF to LF. Seems Quex can't handle CRLF well and sometimes hangs because of it. Can confirm this bug is still present in 0.71.2.
Hi Guiseppe, thanks for coming back. I hope I can find time for that anytime soon.