summaryrefslogtreecommitdiffstats
path: root/parsing
AgeCommit message (Expand)Author
2013-04-16Doc.Alain Frisch
2013-04-16Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch
2013-04-16Reorganize.Alain Frisch
2013-04-16Get rid of the location argument on pci_params, and improve location of error...Alain Frisch
2013-04-16Style.Alain Frisch
2013-04-15Allow the method body to be represented by a non Pexp_poly expression in the ...Alain Frisch
2013-04-15Document when Ptyp_poly can appear.Alain Frisch
2013-04-15Explicit representation of guards, get rid of Pexp_when.Alain Frisch
2013-04-12Document expressions.Alain Frisch
2013-04-12Document patterns.Alain Frisch
2013-04-12Typo.Alain Frisch
2013-04-12Represent the closed flag of Ptyp_variant using closed_flag instead of bool, ...Alain Frisch
2013-04-11Example of simple type-driven code generation.Alain Frisch
2013-04-11Attributes on Pstr_eval.Alain Frisch
2013-04-11Keep item attributes on let-binding structure items.Alain Frisch
2013-04-11Forgot to show attributes.Alain Frisch
2013-04-11Continue convenience functions.Alain Frisch
2013-04-11Convenience functions to build AST + implicit location.Alain Frisch
2013-04-11A -ppx rewriter to evaluate expressions at compile time.Alain Frisch
2013-04-11Starting to work on printing attributes in pprintast.Alain Frisch
2013-04-10Cosmetic.Alain Frisch
2013-04-10Extension nodes as class field or class type field.Alain Frisch
2013-04-10Extension nodes and attributes for class types.Alain Frisch
2013-04-10Attributes and extension points in class_expr.Alain Frisch
2013-04-10Cosmetic.Alain Frisch
2013-04-10Start to bring constructor names closer to concrete syntax.Alain Frisch
2013-04-10Renaming pcstr_pat -> pcstr_self, cstr_pat -> cstr_self.Alain Frisch
2013-04-10Support dot-separated attributes for extensions and attributes.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-04fix whitespaceDamien Doligez
2013-04-04Get rid of the Default case in Asttype.rec_flag.Alain Frisch
2013-04-03Allow keywords as extension/attribute identifier.Alain Frisch
2013-04-02Better representation of variance in the Parsetree.Alain Frisch
2013-03-29Support for quoted strings within comments.Alain Frisch
2013-03-29Add entry points to parse expressions/types/patterns.Alain Frisch
2013-03-29Remove dead code.Alain Frisch
2013-03-28added a lot of missing newlinesDamien Doligez
2013-03-26Simplify.Alain Frisch
2013-03-26Support for quoted strings.Alain Frisch
2013-03-25Align module and module type declarations between Parsetree and Typedtree.Alain Frisch
2013-03-25Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch
2013-03-25Represent label and constructor declarations as records in the typedtree. Al...Alain Frisch
2013-03-25Starting to keep attributes in the typedtree.Alain Frisch
2013-03-22fix wrong error messageDamien Doligez
2013-03-22Get rid of alternative syntax for '(module...)'.Alain Frisch
2013-03-22Infix syntax for attributes/extension nodes restricted to expression construc...Alain Frisch
2013-03-18Allow parentheses around the typexpr in "type t = [> typexpr ]".Damien Doligez