summaryrefslogtreecommitdiff
path: root/parsing
Commit message (Expand)AuthorAgeFilesLines
* Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch2013-03-016-40/+66
* More uniform syntax:Alain Frisch2013-03-011-28/+18
* First version with attributes and extensions on expressions, type expressions...Alain Frisch2013-02-285-6/+104
* pprintast.ml: fix a bug for printing private types and tune some identationsHongbo Zhang2013-02-221-8/+9
* Typo.Alain Frisch2013-02-081-1/+1
* Fix PR#5911: substituting in submodules should not be allowedJacques Garrigue2013-01-291-4/+5
* Better registration API.Alain Frisch2013-01-232-29/+20
* Registration API for ppx rewriters.Alain Frisch2013-01-232-6/+56
* #5902: adapt standard ppx driver to support extra arguments.Alain Frisch2013-01-231-3/+4
* fix a benign typo in the parser, spotted by Frédéric BourGabriel Scherer2013-01-201-1/+1
* Allow to pass mapper objects with more methods.Alain Frisch2013-01-171-2/+2
* Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch2013-01-162-0/+757
* desuaring Bigarray syntax for -dsourceHongbo Zhang2012-12-141-12/+60
* better locationsDamien Doligez2012-12-131-8/+8
* followup to r13120: output ALL locationsDamien Doligez2012-12-101-25/+23
* fix white spaceDamien Doligez2012-12-101-12/+12
* fix wrong locations in ASTDamien Doligez2012-12-081-21/+26
* fix whitespace and long linesDamien Doligez2012-12-081-3/+4
* shorter format for locations; output all locationsDamien Doligez2012-12-081-67/+83
* fix missing locationsDamien Doligez2012-12-061-8/+10
* tune the indentation of [let rec ... and ...] and fix the bug of ~+Hongbo Zhang2012-11-121-13/+35
* fix indentation of parsing/pprintast.ml and a minor bug let _ as f = fun .. -...Hongbo Zhang2012-11-052-36/+62
* Ptyp_poly consistent in both methods and binding Hongbo Zhang2012-11-031-1/+1
* bug fix for parsing/pprintast.ml, now pprintast pass tests of all the files i...Hongbo Zhang2012-11-032-38/+73
* bug fix for parsing/pprintast.ml and add tools/eqparsetree to diff two parsetreeHongbo Zhang2012-11-022-24/+35
* fix a typo in record printingHongbo Zhang2012-11-011-1/+1
* desguaring record syntax sugarHongbo Zhang2012-10-311-10/+18
* make pprintast usableHongbo Zhang2012-10-312-2150/+1136
* #5741: make Pprintast available from the command-line (-dsource).Alain Frisch2012-10-172-2/+2
* #5741: link pprintast into the compiler (unused for now, but it is available ...Alain Frisch2012-10-172-0/+2223
* #5770: Syntax error messages involving unclosed parens are sometimes incorrect.Alain Frisch2012-10-163-0/+33
* remove all $Id keywordsDamien Doligez2012-10-1515-30/+0
* update comment; remove spurious commasDamien Doligez2012-09-101-3/+4
* clean up TABs and whitespaceDamien Doligez2012-07-303-4/+3
* #4762: QUESTIONQUESTION is no longer a token.Alain Frisch2012-07-302-2/+0
* #5657: fix location of punned record fields (for patterns as well).Alain Frisch2012-06-211-11/+13
* #5657: fix location of punned record fields.Alain Frisch2012-06-211-8/+9
* merge with branch bin-annotFabrice Le Fessant2012-05-309-319/+443
* Enable and fix more warnings.Alain Frisch2012-05-291-2/+2
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-2/+0
* PR#5598: fix bug in commit 12420Damien Doligez2012-05-031-1/+1
* PR#5598: remove macos9-style newline supportDamien Doligez2012-05-021-1/+1
* remove redundant colon in norepeat mode for the toplevelDamien Doligez2012-04-172-5/+6
* PR#5585: typo explicitely -> explicitlyDamien Doligez2012-04-131-1/+1
* Fix PR#5553: do not allow a type variable to have the same name as a local typeJacques Garrigue2012-03-233-58/+21
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-2/+2
* #5527: use absolute filenames in the message for Warning 31, when requested (...Alain Frisch2012-03-072-1/+8
* Fix infinite loop (introduced by commit r11999).Alain Frisch2012-03-061-1/+2
* Reverting bad commit.Alain Frisch2012-01-201-3/+0
* Fix #5490.Alain Frisch2012-01-201-0/+3