Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-11-01 10:57:46 -0700 (Thu, 01 Nov 2007)
Revision: 12457
Log message:
The keyword characters ~,? should be treated as "other" text,
unless followed by identifier text. This fixes a problem
X = ~
would raise "illegal character: ~"
Also, added some support for Mac OS X stdio.h to the C parser.
Changes | Path(relative to omake-branches/0.9.8.x) |
+1 -0 | lib/parse/C/Lex.om |
+12 -1 | lib/parse/C/Parse.om |
+2 -2 | lib/parse/LaTeX/Lex.om |
+1 -0 | lib/parse/LaTeX/Macros.om |
+9 -7 | src/env/omake_ast_lex.mll |