summaryrefslogtreecommitdiff
path: root/parsing/ast_mapper.mli
Commit message (Expand)AuthorAgeFilesLines
* Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch2013-03-251-1/+0
* Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-182/+1
* Attributes on label in record type declarations.Alain Frisch2013-03-061-0/+2
* Record for module type declarations.Alain Frisch2013-03-061-1/+2
* Name is part of the value_description record.Alain Frisch2013-03-061-2/+2
* Type name is part of the type declaration record.Alain Frisch2013-03-061-2/+2
* Switch Pstr_modtype argument to a record type.Alain Frisch2013-03-061-1/+2
* Parse recursive module as standard modules, and check in the type-checker tha...Alain Frisch2013-03-051-2/+3
* Support item attributes on exn rebind.Alain Frisch2013-03-051-1/+1
* Put name in the exception_declaration record.Alain Frisch2013-03-051-2/+2
* Attributes on module/module type/recursive module declarations in interfaces.Alain Frisch2013-03-041-3/+4
* Attributes on open/include in signatures.Alain Frisch2013-03-041-2/+2
* Adding attributes on constructor declarations (type t = A [@id expr] | B [@id...Alain Frisch2013-03-041-0/+2
* Continue.Alain Frisch2013-03-041-2/+2
* Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch2013-03-011-2/+4
* Typo.Alain Frisch2013-02-081-1/+1
* Better registration API.Alain Frisch2013-01-231-19/+17
* Registration API for ppx rewriters.Alain Frisch2013-01-231-3/+36
* Allow to pass mapper objects with more methods.Alain Frisch2013-01-171-2/+2
* Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch2013-01-161-0/+233