[jsapigen-devel] [ jsapigen-Bugs-2076578 ] syntax error with lex
Status: Beta
Brought to you by:
tdz
From: SourceForge.net <no...@so...> - 2008-08-27 09:36:38
|
Bugs item #2076578, was opened at 2008-08-26 21:44 Message generated for change (Comment added) made by tdz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103472&aid=2076578&group_id=237508 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas D. Zimmermann (tdz) Assigned to: Thomas D. Zimmermann (tdz) Summary: syntax error with lex Initial Comment: lex on SunOS 5.10 produces a syntax error. Example file attached. lex version is 'lex: Software Generation Utilities (SGU) Solaris-ELF (4.0)' -Thomas ---------------------------------------------------------------------- >Comment By: Thomas D. Zimmermann (tdz) Date: 2008-08-27 11:36 Message: Logged In: YES user_id=372719 Originator: YES This version of lex doesn't support character class expressions, e.g. [:blank:], [:alnum:], etc. The bug can be fixed by replacing these with more explicit character classes. -Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103472&aid=2076578&group_id=237508 |