summaryrefslogtreecommitdiffstats
path: root/camlp4
AgeCommit message (Expand)Author
2006-07-18Update the build tools to use .opt versions when available and display a clea...Nicolas Pouillard
2006-07-18Warp "Gram.extend" arguments by ((fun () -> body) ()) to please ocamloptNicolas Pouillard
2006-07-18Fix more things about patterns and add testsNicolas Pouillard
2006-07-18Remove support of tuples without parentheses in patterns after "fun" since it...Nicolas Pouillard
2006-07-17More tests for constructors in patternsNicolas Pouillard
2006-07-17Rework the camlp4o grammar to be closer to ocaml parserNicolas Pouillard
2006-07-17Add a module to fold free varsNicolas Pouillard
2006-07-17make bootstrapNicolas Pouillard
2006-07-17Add the fold class in Camlp4Ast.genmap.ml and regenerateNicolas Pouillard
2006-07-17Fix some camlp4o bugs with arity of constructorsNicolas Pouillard
2006-07-17Support <<>> in the lexerNicolas Pouillard
2006-07-17Update the Makefile.mlNicolas Pouillard
2006-07-17Keep the last loc to have a correct loc for subsequent implem or interfNicolas Pouillard
2006-07-17fix the free_vars_test fileNicolas Pouillard
2006-07-17More test fixturesNicolas Pouillard
2006-07-17Generate the fold classNicolas Pouillard
2006-07-17Add the fold class to Camlp4.Sig.Ast and Camlp4.Sig.Camlp4AstNicolas Pouillard
2006-07-17Add #array and #ref builtinsNicolas Pouillard
2006-07-17Fix itNicolas Pouillard
2006-07-17Add a dummy filter that remove the Camlp4FiltersTrash module.Nicolas Pouillard
2006-07-17Improve the sequence printingNicolas Pouillard
2006-07-17Generate{Map,Fold} no longer handle the Trash moduleNicolas Pouillard
2006-07-13Honor the Config.quotation (-no_quot) option inside commentsNicolas Pouillard
2006-07-13Where is not a ocaml keyword, and sequence is just a sem_exprNicolas Pouillard
2006-07-12Replace some LIDENTs by a_LIDENTsNicolas Pouillard
2006-07-12Revert the previous patch since arrays also use ExSem so ExSeq is requiredNicolas Pouillard
2006-07-12Suppress the ExSeq AST nodeNicolas Pouillard
2006-07-10Add Camlp4Profiler.ml{,i} a small counting moduleNicolas Pouillard
2006-07-10Add camlp4oof and camlp4orf and refactorNicolas Pouillard
2006-07-09Accept intermediate empty bindingsNicolas Pouillard
2006-07-08Fix a bug in the revised pretty-printerNicolas Pouillard
2006-07-08No longer use $opt:x$, but $rec:x$, $virtual:x$. Clearer and less ambiguous. ...Nicolas Pouillard
2006-07-08make bootstrapNicolas Pouillard
2006-07-08Improve the profiler by providing a separate tool to analyse resultsNicolas Pouillard
2006-07-08Pretty-printer last change consequenciesNicolas Pouillard
2006-07-08Enhance pretty-printing by also allowing rec "let in"s to be in a clearer styleNicolas Pouillard
2006-07-08Add a simple profilerNicolas Pouillard
2006-07-07Add the .cvsignore fileNicolas Pouillard
2006-07-07No longer use yam when not avaiable in cleanNicolas Pouillard
2006-07-07Fix a bug with label translatingNicolas Pouillard
2006-07-07Fix a bug in parsers syntaxNicolas Pouillard
2006-07-07Fix pa_o labelsNicolas Pouillard
2006-07-07Fix the printers w.r.t to labels in typesNicolas Pouillard
2006-07-07use ocamlcomp.shJacques Garrigue
2006-07-07Add -- to the option parser for backward compatibilityNicolas Pouillard
2006-07-06Fix another bug of Camlp4BinNicolas Pouillard
2006-07-06Rework a little the camlp4 main to fix some issuesNicolas Pouillard
2006-07-06Fix a bug in camlp4 toplevels: flush the module registration queue at each ph...Nicolas Pouillard
2006-07-05Improve the ctyp quotation w.r.t to the "of" nodeNicolas Pouillard
2006-07-05Add a directive to setup the default quotation name (add a test)Nicolas Pouillard