summaryrefslogtreecommitdiff
path: root/parsing/ast_mapper.ml
Commit message (Expand)AuthorAgeFilesLines
* Attributes on Pstr_eval.Alain Frisch2013-04-111-1/+1
* Keep item attributes on let-binding structure items.Alain Frisch2013-04-111-1/+1
* Extension nodes as class field or class type field.Alain Frisch2013-04-101-0/+2
* Extension nodes and attributes for class types.Alain Frisch2013-04-101-4/+5
* Attributes and extension points in class_expr.Alain Frisch2013-04-101-18/+19
* Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-11/+11
* Renaming pcstr_pat -> pcstr_self, cstr_pat -> cstr_self.Alain Frisch2013-04-101-2/+2
* Get rid of core_field_type, more direct representation of object types.Alain Frisch2013-04-091-7/+1
* Better representation of variance in the Parsetree.Alain Frisch2013-04-021-6/+4
* Support for quoted strings.Alain Frisch2013-03-261-1/+1
* Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch2013-03-251-8/+2
* Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-349/+164
* Attributes on label in record type declarations.Alain Frisch2013-03-061-9/+27
* Attribute has structure/signature item.Alain Frisch2013-03-061-0/+4
* Record for module type declarations.Alain Frisch2013-03-061-3/+8
* Name is part of the value_description record.Alain Frisch2013-03-061-5/+6
* Type name is part of the type declaration record.Alain Frisch2013-03-061-9/+19
* Switch Pstr_modtype argument to a record type.Alain Frisch2013-03-061-2/+8
* Parse recursive module as standard modules, and check in the type-checker tha...Alain Frisch2013-03-051-3/+9
* Support item attributes on exn rebind.Alain Frisch2013-03-051-2/+2
* Put name in the exception_declaration record.Alain Frisch2013-03-051-6/+7
* Item attributes on classes.Alain Frisch2013-03-051-1/+2
* Extension as structure/signature items [%%lid expr].Alain Frisch2013-03-051-1/+4
* Attributes on module/module type/recursive module declarations in interfaces.Alain Frisch2013-03-041-6/+13
* Attributes on open/include in signatures.Alain Frisch2013-03-041-4/+4
* Attributes on exception declarations.Alain Frisch2013-03-041-1/+5
* Attributes on value declared in signatures.Alain Frisch2013-03-041-3/+4
* Adding attributes on constructor declarations (type t = A [@id expr] | B [@id...Alain Frisch2013-03-041-1/+18
* Attributes/extensions as module types.Alain Frisch2013-03-041-0/+4
* Adding extension/attribute on patterns.Alain Frisch2013-03-041-0/+4
* Continue.Alain Frisch2013-03-041-8/+9
* Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch2013-03-011-18/+21
* First version with attributes and extensions on expressions, type expressions...Alain Frisch2013-02-281-1/+13
* Better registration API.Alain Frisch2013-01-231-10/+3
* Registration API for ppx rewriters.Alain Frisch2013-01-231-3/+20
* #5902: adapt standard ppx driver to support extra arguments.Alain Frisch2013-01-231-3/+4
* Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch2013-01-161-0/+524