summaryrefslogtreecommitdiff
path: root/parsing/docstrings.ml
Commit message (Expand)AuthorAgeFilesLines
* The parser keeps previous location when relocating ast nodeHugo Heuzard2018-09-061-0/+2
* Use $loc and $sloc (requires Menhir >= 20180703)Nicolás Ojeda Bär2018-09-011-3/+3
* provide a menhir-friendly interface to DocstringsGabriel Scherer2018-09-011-1/+64
* Add locations to attributesHugo Heuzard2018-08-061-2/+6
* Don't drop doc comments in empty signaturesLeo White2018-04-031-0/+9
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-1/+1
* Parser: delay registration of docstring after the mapper is appliedHugo Heuzard2016-07-111-1/+3
* Empty documentation comment (**)octachron2016-06-091-6/+7
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-0/+1
* More warnings when compiling the compiler.alainfrisch2016-03-151-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Useless bindings, unit patterns, whitespace.alainfrisch2016-01-191-6/+3
* Rename parsetree constants.Drup2016-01-181-2/+2
* Parse arbitrary precision integers ..Hugo Heuzard2015-12-031-4/+2
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-3/+0
* Attach documentation comments to ParsetreeLeo White2015-06-281-0/+344