summaryrefslogtreecommitdiff
path: root/parsing/ast_helper.ml
Commit message (Expand)AuthorAgeFilesLines
* Example of simple type-driven code generation.Alain Frisch2013-04-111-3/+11
* Attributes on Pstr_eval.Alain Frisch2013-04-111-1/+1
* Keep item attributes on let-binding structure items.Alain Frisch2013-04-111-1/+1
* Continue convenience functions.Alain Frisch2013-04-111-5/+7
* Convenience functions to build AST + implicit location.Alain Frisch2013-04-111-17/+64
* Cosmetic.Alain Frisch2013-04-101-0/+5
* 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/+11
* Attributes and extension points in class_expr.Alain Frisch2013-04-101-8/+15
* Cosmetic.Alain Frisch2013-04-101-12/+12
* Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-11/+11
* Support for attributes on class type fields.Alain Frisch2013-04-101-6/+12
* Item attributes on class fields.Alain Frisch2013-04-091-9/+15
* Allow to not have empty Ptyp_poly node in the Parsetree (the type-checker ins...Alain Frisch2013-04-091-13/+7
* Get rid of core_field_type, more direct representation of object types.Alain Frisch2013-04-091-17/+13
* Better representation of variance in the Parsetree.Alain Frisch2013-04-021-4/+1
* Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch2013-03-251-9/+0
* Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-0/+337