ocaml/lambda
Mark Shinwell 72ea849d2a
Move some middle-end files around (#2281)
* Various file moves in the middle end: this is the first stage of improving separation between the middle end and backend.
* Creation of file_formats/ directory (with associated file moves) to hold the definitions of compilation artifact formats.
* Creation of lambda/ directory (with associated file moves) to hold Lambda language definition files, transformation passes and construction passes from Typedtree.
* Disable (hopefully temporarily) dynlink, debugger and ocamldoc for the dune build.
2019-04-01 17:18:47 +01:00
..
debuginfo.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
debuginfo.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
dune Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
generate_runtimedef.sh Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
lambda.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
lambda.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
matching.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
matching.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
printlambda.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
printlambda.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
runtimedef.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
simplif.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
simplif.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
switch.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
switch.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translattribute.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translattribute.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translclass.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translclass.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translcore.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translcore.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translmod.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translmod.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translobj.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translobj.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translprim.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
translprim.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00