~loddo/rimmel/trunk

Viewing all changes in revision 63.

  • Committer: Jean-Vincent Loddo
  • Date: 2012-05-03 15:12:26 UTC
  • Revision ID: loddo@lipn.univ-paris13.fr-20120503151226-9kz1kw5rybef0ex3
Major change: added the module Camlp4_ast_wizard for powerful ocaml ast walking. With one of the several tool introduced with this module (functor Conversion) it is possible to easily convert any Syntax.Ast.t trees to AstFilters.Ast.t and conversely. So, now the filtering phase doesn't rely to Camlp4.PreCast but it is defined, like the parser, by a functor with a codomain of type (AstFilters : Camlp4.Sig.AstFilters). Note that this change affects the compilation time (triple time) and the size of rimmel_pa.cmo (double size).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: