summaryrefslogtreecommitdiffstats
path: root/parsing/ast_helper.mli
AgeCommit message (Expand)Author
2013-04-10Start to bring constructor names closer to concrete syntax.Alain Frisch
2013-04-10Support for attributes on class type fields.Alain Frisch
2013-04-09Item attributes on class fields.Alain Frisch
2013-04-09Allow to not have empty Ptyp_poly node in the Parsetree (the type-checker ins...Alain Frisch
2013-04-09Get rid of core_field_type, more direct representation of object types.Alain Frisch
2013-04-02Better representation of variance in the Parsetree.Alain Frisch
2013-03-25Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch