summaryrefslogtreecommitdiff
path: root/lambda/generate_runtimedef.sh
Commit message (Collapse)AuthorAgeFilesLines
* Generate lambda/runtimedef.ml correctly in SwedishDavid Allsopp2021-04-121-0/+3
| | | | | The character class [a-z] doesn't include w in Swedish, causing Stack_overflow to be ommitted from lambda/runtimedef.ml!
* Improve shell scripts (#1690)zapashcanon2019-06-191-2/+1
|
* Move some middle-end files around (#2281)Mark Shinwell2019-04-011-0/+25
* 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.