Age | Commit message (Expand) | Author |
2007-02-07 | Add many .mllib .mlpack .clib .dlib files | Nicolas Pouillard |
2006-10-10 | [camlp4] Fix a bug with multiple class parameters | Nicolas Pouillard |
2006-10-04 | [camlp4] Update the Camlp4Ast source and regenerate | Nicolas Pouillard |
2006-10-04 | [camlp4] Update camlp4 to the new meta module | Nicolas Pouillard |
2006-10-04 | [camlp4] Remove useless things | Nicolas Pouillard |
2006-10-03 | [camlp4] Extend the CleanAst module, and bootstrap | Nicolas Pouillard |
2006-10-03 | [camlp4] Add the Null printer | Nicolas 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 printers | Nicolas Pouillard |
2006-09-08 | [camlp4] Avoid the need of rectypes | Nicolas Pouillard |
2006-09-06 | [camlp4] add an AST cleaning step | Nicolas Pouillard |
2006-08-09 | [camlp4] handle private rows | Nicolas Pouillard |
2006-08-09 | [camlp4] fix a bug in the revised printer | Nicolas Pouillard |
2006-07-28 | [camlp4] inline the quotation context structure | Nicolas Pouillard |
2006-07-28 | [camlp4] Add a reference to the current file | Nicolas Pouillard |
2006-07-26 | [camlp4] Add more .cvsignore | Nicolas Pouillard |
2006-07-26 | [camlp4] Fix a bug with declarartion of constructors True and False in the as... | Nicolas Pouillard |
2006-07-25 | Fix a bug with exception names (True...) | Nicolas Pouillard |
2006-07-20 | Fix FreeVars.free_vars init env argument | Nicolas Pouillard |
2006-07-19 | Fix problems with True and False with camlp4o | Nicolas Pouillard |
2006-07-18 | Protect variables in just some cases (True -> true, val -> contents...) | Nicolas Pouillard |
2006-07-17 | Add a module to fold free vars | Nicolas Pouillard |
2006-07-17 | Add the fold class in Camlp4Ast.genmap.ml and regenerate | Nicolas Pouillard |
2006-07-17 | Support <<>> in the lexer | Nicolas Pouillard |
2006-07-17 | Keep the last loc to have a correct loc for subsequent implem or interf | Nicolas Pouillard |
2006-07-17 | Generate the fold class | Nicolas Pouillard |
2006-07-17 | Add the fold class to Camlp4.Sig.Ast and Camlp4.Sig.Camlp4Ast | Nicolas Pouillard |
2006-07-17 | Improve the sequence printing | Nicolas Pouillard |
2006-07-13 | Honor the Config.quotation (-no_quot) option inside comments | Nicolas Pouillard |
2006-07-12 | Replace some LIDENTs by a_LIDENTs | Nicolas Pouillard |
2006-07-12 | Revert the previous patch since arrays also use ExSem so ExSeq is required | Nicolas Pouillard |
2006-07-12 | Suppress the ExSeq AST node | Nicolas Pouillard |
2006-07-09 | Accept intermediate empty bindings | Nicolas Pouillard |
2006-07-08 | Fix a bug in the revised pretty-printer | Nicolas Pouillard |
2006-07-08 | No longer use $opt:x$, but $rec:x$, $virtual:x$. Clearer and less ambiguous. ... | Nicolas Pouillard |
2006-07-08 | make bootstrap | Nicolas Pouillard |
2006-07-08 | Pretty-printer last change consequencies | Nicolas Pouillard |
2006-07-08 | Enhance pretty-printing by also allowing rec "let in"s to be in a clearer style | Nicolas Pouillard |
2006-07-07 | Fix a bug with label translating | Nicolas Pouillard |
2006-07-07 | Fix the printers w.r.t to labels in types | Nicolas Pouillard |
2006-07-06 | Rework a little the camlp4 main to fix some issues | Nicolas Pouillard |
2006-07-05 | Improve the ctyp quotation w.r.t to the "of" node | Nicolas Pouillard |
2006-06-30 | Fix bug #4035, [|(1;2)|] printed as [|1;2|] | Nicolas Pouillard |
2006-06-30 | Finish the match_case renaming and bootstrap | Nicolas Pouillard |
2006-06-30 | Replace assoc by match_case | Nicolas Pouillard |
2006-06-29 | Resurect FOLD[01], fix few bugs, speed up assoc, add a Null printer | Nicolas Pouillard |
2006-06-29 | Move printers code, to make them more accessible. Remove Extfun and Spretty. | Nicolas Pouillard |
2006-06-29 | Speed up some grammar rules. | Nicolas Pouillard |
2006-06-29 | Add an interface for Camlp4.Struct.Grammar.Print, and some test fixtures | Nicolas Pouillard |