summaryrefslogtreecommitdiffstats
path: root/camlp4/Camlp4
AgeCommit message (Expand)Author
2007-02-07Add many .mllib .mlpack .clib .dlib filesNicolas Pouillard
2006-10-10[camlp4] Fix a bug with multiple class parametersNicolas Pouillard
2006-10-04[camlp4] Update the Camlp4Ast source and regenerateNicolas Pouillard
2006-10-04[camlp4] Update camlp4 to the new meta moduleNicolas Pouillard
2006-10-04[camlp4] Remove useless thingsNicolas Pouillard
2006-10-03[camlp4] Extend the CleanAst module, and bootstrapNicolas Pouillard
2006-10-03[camlp4] Add the Null printerNicolas Pouillard
2006-10-02[camlp4] Export Printers in PreCast, move Printers*.enable in Register.Nicolas Pouillard
2006-09-25[camlp4] Move is_irrefut_patt and is_*_constr to Camlp4Ast. Fix bug #4120. Bo...Nicolas Pouillard
2006-09-14[camlp4] Add more hooks to register parsers and printersNicolas Pouillard
2006-09-08[camlp4] Avoid the need of rectypesNicolas Pouillard
2006-09-06[camlp4] add an AST cleaning stepNicolas Pouillard
2006-08-09[camlp4] handle private rowsNicolas Pouillard
2006-08-09[camlp4] fix a bug in the revised printerNicolas Pouillard
2006-07-28[camlp4] inline the quotation context structureNicolas Pouillard
2006-07-28[camlp4] Add a reference to the current fileNicolas Pouillard
2006-07-26[camlp4] Add more .cvsignoreNicolas Pouillard
2006-07-26[camlp4] Fix a bug with declarartion of constructors True and False in the as...Nicolas Pouillard
2006-07-25Fix a bug with exception names (True...)Nicolas Pouillard
2006-07-20Fix FreeVars.free_vars init env argumentNicolas Pouillard
2006-07-19Fix problems with True and False with camlp4oNicolas Pouillard
2006-07-18Protect variables in just some cases (True -> true, val -> contents...)Nicolas Pouillard
2006-07-17Add a module to fold free varsNicolas Pouillard
2006-07-17Add the fold class in Camlp4Ast.genmap.ml and regenerateNicolas Pouillard
2006-07-17Support <<>> in the lexerNicolas Pouillard
2006-07-17Keep the last loc to have a correct loc for subsequent implem or interfNicolas 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-17Improve the sequence printingNicolas Pouillard
2006-07-13Honor the Config.quotation (-no_quot) option inside commentsNicolas 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-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-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-07Fix a bug with label translatingNicolas Pouillard
2006-07-07Fix the printers w.r.t to labels in typesNicolas Pouillard
2006-07-06Rework a little the camlp4 main to fix some issuesNicolas Pouillard
2006-07-05Improve the ctyp quotation w.r.t to the "of" nodeNicolas Pouillard
2006-06-30Fix bug #4035, [|(1;2)|] printed as [|1;2|]Nicolas Pouillard
2006-06-30Finish the match_case renaming and bootstrapNicolas Pouillard
2006-06-30Replace assoc by match_caseNicolas Pouillard
2006-06-29Resurect FOLD[01], fix few bugs, speed up assoc, add a Null printerNicolas Pouillard
2006-06-29Move printers code, to make them more accessible. Remove Extfun and Spretty.Nicolas Pouillard
2006-06-29Speed up some grammar rules.Nicolas Pouillard
2006-06-29Add an interface for Camlp4.Struct.Grammar.Print, and some test fixturesNicolas Pouillard