summaryrefslogtreecommitdiffstats
path: root/experimental
AgeCommit message (Expand)Author
2013-09-17A tiny tool which use the new -keep-locs to find unused exported values in a ...Alain Frisch
2013-09-17Do not track unused type declarations created by 'include'.Alain Frisch
2013-09-09Move some tools to a dedicated external project (https://github.com/alainfris...Alain Frisch
2013-09-09Support for patterns in concrete syntax.Alain Frisch
2013-09-09Use Ast_helper.default_loc instead of Location.none by default.Alain Frisch
2013-09-09Doc, cleanup.Alain Frisch
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-09-06Cosmetic.Alain Frisch
2013-08-30Porting pa_matches.Alain Frisch
2013-08-28Synchronize with trunk.Alain Frisch
2013-08-28Test not generalizing local letsJacques Garrigue
2013-08-01make everything compileJacques Garrigue
2013-07-31put back trimmingJacques Garrigue
2013-07-31update #show patch to access environment in toplevelJacques Garrigue
2013-07-29update patch for 4.01Jacques Garrigue
2013-07-22Allow an optional 'when' clause after a pattern payload.Alain Frisch
2013-07-22More explicit internal representation of attribute payload. Now also support...Alain Frisch
2013-07-22Special syntax when the payload of attribute/extension is a single type expre...Alain Frisch
2013-06-03A toy tool to produce an mli file from an annotated ml file.Alain Frisch
2013-06-03Item attributes on each let-binding.Alain Frisch
2013-05-23Revert addition of raw literals to the parsetreeJérémie Dimino
2013-05-20add the raw representation of constants to the parsetreeJérémie Dimino
2013-04-19The arument of attributes and extension nodes is now a structure, which is sy...Alain Frisch
2013-04-18Doc.Alain Frisch
2013-04-18Restore.Alain Frisch
2013-04-18Doc.Alain Frisch
2013-04-18Cleanup.Alain Frisch
2013-04-18Enrich ifdef example.Alain Frisch
2013-04-18Adapt ifdef example.Alain Frisch
2013-04-18Adapt js_of_ocaml ppx example.Alain Frisch
2013-04-18Cleanup.Alain Frisch
2013-04-18Another simple ppx extension which allows to include type/module type definit...Alain Frisch
2013-04-18Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch
2013-04-17Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch
2013-04-17Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch
2013-04-17Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch
2013-04-17Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch
2013-04-16Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them).Alain Frisch
2013-04-16Get rid of the undocumented syntax #c[>`A] (#5936, #5983).Alain Frisch
2013-04-16Better representation of with-constraints.Alain Frisch
2013-04-16Get rid of the location argument on pci_params, and improve location of error...Alain Frisch
2013-04-15Explicit representation of guards, get rid of Pexp_when.Alain Frisch
2013-04-12Avoid nested structures.Alain Frisch
2013-04-12Better text.Alain Frisch
2013-04-11Example of simple type-driven code generation.Alain Frisch
2013-04-11Continue convenience functions.Alain Frisch
2013-04-11Convenience functions to build AST + implicit location.Alain Frisch
2013-04-11Comments.Alain Frisch
2013-04-11A -ppx rewriter to evaluate expressions at compile time.Alain Frisch
2013-04-10TODOs.Alain Frisch