summaryrefslogtreecommitdiffstats
path: root/camlp4/Camlp4
AgeCommit message (Expand)Author
2013-03-04Attributes on exception declarations.Alain Frisch
2013-03-04Adding attributes on constructor declarations (type t = A [@id expr] | B [@id...Alain Frisch
2013-03-04Continue.Alain Frisch
2013-03-01Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch
2013-03-01More uniform syntax:Alain Frisch
2012-12-24raise an error when multiple private keywords are used in type declarationsHongbo Zhang
2012-10-25PR#5119: camlp4 now raises a specific exception when 'DELETE_RULE' fails, rat...Xavier Clerc
2012-10-09PR#5778: convert constructors on the right hand side of exception ... = ...Jérémie Dimino
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-20PR#5692: fix computation of locations in the camlp4 parserJérémie Dimino
2012-07-04PR#5668: print using the syntax "let f x y z = ..." only when the pattern is ...Jérémie Dimino
2012-06-12PR#5646: reapply the fix for PR#5442Jérémie Dimino
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-23PR#5620: invalid printing of type manifest (camlp4 revised syntax)Xavier Clerc
2012-05-16Ensure that character literals are always escaped by the camlp4 printer.Jérémie Dimino
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-02-15PR#5481: update camlp4 ast magic numbers and add a comment before the ast def...Jérémie Dimino
2012-02-13PR#5159: better documentation of locationsDamien Doligez
2012-01-18Synchronize with trunk.Alain Frisch
2011-12-29Remove some useless declarations of recursive functions (now captured with wa...Alain Frisch
2011-12-23PR#5442: strings must be escaped when the ast meta-expansed by Camlp4Jérémie Dimino
2011-12-22PR#5120: fix the output function of Camlp4.Debug.formatterJérémie Dimino
2011-12-21PR#5410: fix printing of class application with Camlp4Jérémie Dimino
2011-12-20PR#5374: be consistent for locations of type declarations between Camlp4 and ...Jérémie Dimino
2011-12-20Avoid creating malformed location in Camlp4 when no token is consumedJérémie Dimino
2011-12-16#5358: update the Camlp4 ast translator to support constraints on types in su...Jérémie Dimino
2011-12-16Fix printing of GADTs by Camlp4 with original syntaxJérémie Dimino
2011-12-14#5358: package types allow constraints on typed in sub-modules. Camlp4 compil...Alain Frisch
2011-07-29merge branches/gadtsJacques Garrigue
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20Minor fix in display of float values in errors messages (camlp4)Xavier Clerc
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-07-12PR#5301: camlp4r and exception equal to another one with parametersXavier Clerc
2011-06-27PR#5301: camlp4r and of exception equal to another one with parametersXavier Clerc
2010-11-22camlp4 -> caml ast transformations doneJacques Le Normand
2010-11-19Camlp4 finally works. This is probably not the most elegant implementationJacques Le Normand
2010-11-19undid all changes to camlp4Jacques Le Normand
2010-11-19cancel commit in wrong branchJacques Garrigue
2010-11-19removed all changes to camlp4Jacques Le Normand
2010-11-16complete_constrs in parmatch.ml now works with gadts. Reverted changes to the...Jacques Le Normand
2010-11-08updated references to Tpat_record to accomodate the extra fieldJacques Le Normand
2010-10-25merged with trunk. specifically, merged with implicit unpack patchJacques Le Normand
2010-10-21merge branches/implicit-unpack + update camlp4Jacques Garrigue
2010-10-21internally, we can now refer to constructors with the help of their type, thu...Jacques Le Normand
2010-10-01camlp4 now updated, but completely untested. I reverted camlp4 back to revisi...Jacques Le Normand
2010-09-22fixed several bugs, bootstrap finally works!Jacques Le Normand
2010-09-13first commitJacques Le Normand
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-19camlp4: add support for fun (type t) ...Nicolas Pouillard