Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-10-17 09:27:57 -0700 (Wed, 17 Oct 2007)
Revision: 12401
Log message:
Add a LaTeX parser and spell-checker.
| Changes | Path(relative to omake-branches/0.9.8.x) |
| +10 -0 | lib/Pervasives.om |
| Properties | lib/parse/LaTeX/ |
| Copied | lib/parse/LaTeX/Lex.om (from rev 12391, omake-branches/0.9.8.x/lib/parse/C/Lex.om) |
| +69 -162 | lib/parse/LaTeX/Lex.om (from rev 12391, omake-branches/0.9.8.x/lib/parse/C/Lex.om) |
| Added | lib/parse/LaTeX/Macros.om |
| Added | lib/parse/LaTeX/Parse.om |
| Added | lib/parse/LaTeX/README.txt |
| Added | lib/parse/LaTeX/Spell.om |
| +1 -1 | src/ast/omake_ast_print.ml |
| +149 -1 | src/builtin/omake_builtin_object.ml |