summaryrefslogtreecommitdiff
path: root/parsing/parser.mly
Commit message (Expand)AuthorAgeFilesLines
* M.(::) syntax and printing exotic lists in the toplevel. (#1247)Florian Angeletti2017-08-111-7/+2
* merge trunk and update testRunhang Li2017-07-231-0/+6
|\
| * Support 'let open' in class and class type expressions (#1249)Alain Frisch2017-07-201-0/+6
* | Merge branch 'trunk' into object-inheritRunhang Li2017-03-221-1/+11
|\ \ | |/
| * Fix PR#7344Jacques Garrigue2017-03-151-1/+11
* | Support inherited field in object type expression.Mark Li2017-03-221-5/+12
|/
* Merge pull request #915 from objmagic/more-pprintast-fixAlain Frisch2016-12-191-51/+1
|\
| * Fix corner case GADT exp bug.Runhang Li2016-11-151-51/+1
* | MPR#7216: allow syntax Functor(val x) (#949)sliquister2016-12-131-9/+12
|/
* Add missing locations in the parsetree (#749)Fabrice Le Fessant2016-08-291-13/+15
* Merge pull request #508 from diml/semicolon-extensionLeo White2016-07-181-0/+4
|\
| * Allow shortcut for extension on semicolonsJeremie Dimino2016-03-171-0/+4
* | minor parser.mly factorizationGabriel Scherer2016-06-291-9/+7
* | Change the parser so that the pattern M.[] resolves [] using M.Jeremy Yallop2016-06-031-1/+2
* | Fix the 126 reduce/reduce conflicts in the grammar.Jeremy Yallop2016-05-311-10/+3
* | Call the '#' sign hash rather than sharp.Sébastien Hinderer2016-05-091-29/+29
* | GPR#187: local open for patternsoctachron2016-05-091-14/+38
* | Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-5/+6
* | whitespace and long linesDamien Doligez2016-04-191-1/+2
|/
* More warnings when compiling the compiler.alainfrisch2016-03-151-2/+2
* Merge branch '4.03_merged_in_trunk' of https://github.com/bobot/ocaml into bo...Alain Frisch2016-03-151-48/+50
|\
| * parser: a few more wrong symbol numbersFrederic Bour2016-03-081-5/+5
| * parser: wrong symbol number in errorFrederic Bour2016-03-081-1/+1
| * Attributes sometimes dropped by parserFrederic Bour2016-03-081-4/+4
| * Fix the order of attributes and mutable/virtual flags.Drup2016-03-031-24/+26
| * Add ext/attr shortcut for class types.Drup2016-03-031-14/+14
| * allow docstring in object and polymorphic variant types.Thomas Refis2016-03-031-5/+18
| * allow docstring inside arrow types, attach them to parametersThomas Refis2016-03-031-4/+13
* | Local let exceptions.alainfrisch2016-03-151-13/+49
* | Merge pull request #477 from trefis/4.03-docstringsMark Shinwell2016-03-031-9/+31
|/
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* clean up whitespace and cut long linesDamien Doligez2016-02-171-35/+51
* Add ext/attrs shortcut on module and module type expressions.Drup2016-02-051-18/+26
* Add ext/attrs shortcut on class expressions.Drup2016-02-051-29/+33
* Add ext/attrs shortcut on patterns.Drup2016-02-051-11/+23
* Add ext/attrs shortcut for pack/unpack of modules.Drup2016-02-051-31/+46
* Allow per-binding attributes on lets.Drup2016-02-051-17/+10
* Add ext/attrs shortcut on include.Drup2016-02-051-8/+12
* Add ext/attrs shortcut on module type.Drup2016-02-051-5/+7
* Add ext/attrs shortcut on open.Drup2016-02-051-5/+8
* Add ext/attrs shortcut on classes.Drup2016-02-051-28/+34
* Add ext/attrs shortcut on primitives and val.Drup2016-02-051-10/+14
* Add ext/attrs shortcut on module declarations.Drup2016-02-051-17/+23
* Add ext/attrs shortcut on module definition.Drup2016-02-051-12/+16
* Add ext/attrs shortcut on type and exception declarations.Drup2016-02-051-32/+41
* Add utilities for extension and attributes.Drup2016-02-051-0/+17
* Disallow ``::'' for consistencyRunhang Li2016-01-281-1/+1
* Allow ``::`` surrounded by parenthesis as...Runhang Li2016-01-281-1/+1
* Allow ``[]`` as a user-defined constructorRunhang Li2016-01-281-1/+1
* Rename parsetree constants.Drup2016-01-181-14/+14