summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSon Ho2023-11-16 10:17:50 +0100
committerSon Ho2023-11-16 10:17:50 +0100
commit4972f21e4b25cc16e0839dc3d4a4a2d0552f872d (patch)
treee7497ae134a1039125bf351819b3de8abd5cbbbe /compiler
parenta27efd1ed08bc9583752445d9eda7a693c0c7379 (diff)
Rename Driver.ml to Main.ml
Diffstat (limited to '')
-rw-r--r--compiler/Main.ml (renamed from compiler/Driver.ml)0
-rw-r--r--compiler/dune6
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/Driver.ml b/compiler/Main.ml
index 94e50a08..94e50a08 100644
--- a/compiler/Driver.ml
+++ b/compiler/Main.ml
diff --git a/compiler/dune b/compiler/dune
index 8a1edd02..43ce86c8 100644
--- a/compiler/dune
+++ b/compiler/dune
@@ -1,9 +1,9 @@
(executable
- (name driver)
- (public_name aeneas_driver)
+ (name main)
+ (public_name aeneas_main)
(package aeneas)
(libraries aeneas)
- (modules Driver))
+ (modules Main))
(library
(name aeneas) ;; The name as used in the project