Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-02-23 12:58:38 -0800 (Wed, 23 Feb 2005)
Revision: 6756
Log message:
Progress for generating code for closures.
We need a better way to parse nested quotations.
Currently, quotations are matched by the lexer, which
can only match regular expressions. One option is to
hard-code quotation matching into the lexer, which is
esentially the way camlp4 does it.
Changes | Path |
+21 -9 | metaprl/filter/base/filter_grammar.ml |
+18 -16 | mpcompiler/mmc/arch/x86/mmc_x86_asm.mli |
+11 -2 | mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml |
+9 -4 | mpcompiler/mmc/core/mmc_core_tast.mli |