ocaml/parsing
Thomas Refis d68e0e2077
Provide a way to build the bytecode compiler using Dune (#2093)
2018-10-10 16:16:00 +01:00
..
HACKING.adoc Makefile rules to test parser changes by comparing -dparsetree output 2018-09-08 12:24:29 +02:00
ast_helper.ml The parser keeps previous location when relocating ast node 2018-09-06 16:12:00 +01:00
ast_helper.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
ast_invariants.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
ast_invariants.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
ast_iterator.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
ast_iterator.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
ast_mapper.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
ast_mapper.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
asttypes.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
attr_helper.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
attr_helper.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
builtin_attributes.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
builtin_attributes.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
depend.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
depend.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
docstrings.ml The parser keeps previous location when relocating ast node 2018-09-06 16:12:00 +01:00
docstrings.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
lexer.mli improve errors 2018-09-17 17:41:11 +08:00
lexer.mll cleanup lexer 2018-09-24 17:59:23 -05:00
location.ml Use a dummy value for line numbers in dummy locations 2018-09-13 09:33:37 +01:00
location.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
longident.ml Teach Changes, ocamldoc and the manual about deep destructive substitutions 2017-08-01 07:40:14 -04:00
longident.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
parse.ml rename parsing/parser_menhir into parsing/parser 2018-09-01 23:17:06 +02:00
parse.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
parser.mly Fix two long lines. 2018-09-09 00:25:09 +02:00
parsetree.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
pprintast.ml The parser keeps previous location when relocating ast node 2018-09-06 16:12:00 +01:00
pprintast.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
printast.ml parsetree.{row,object}_field: move attributes in the wrapper record 2018-08-20 19:57:47 +02:00
printast.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
syntaxerr.ml Location: significantly rework the code printing errors and warnings 2018-08-08 17:42:08 +02:00
syntaxerr.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00