summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-03-26 21:34:51 +0200
committerTom Smeding <tom.smeding@gmail.com>2018-03-26 21:34:51 +0200
commit0e1f435314b382cb78056f04d0997df43e4f8fcf (patch)
tree8195b40c448cbbafc868a9727b6e1c218f26ca00
parentc25979b76c1dd22b6dc33acb994e9044c56a68f9 (diff)
Rename files for case-sensitive file system
-rw-r--r--AST.hs (renamed from ast.hs)0
-rw-r--r--Compiler.hs (renamed from compiler.hs)0
-rw-r--r--Intermediate.hs (renamed from intermediate.hs)0
-rw-r--r--Main.hs (renamed from main.hs)0
-rw-r--r--Optimiser.hs (renamed from optimiser.hs)0
-rw-r--r--Parser.hs (renamed from parser.hs)0
-rw-r--r--VM.hs (renamed from vm.hs)0
7 files changed, 0 insertions, 0 deletions
diff --git a/ast.hs b/AST.hs
index eae5af8..eae5af8 100644
--- a/ast.hs
+++ b/AST.hs
diff --git a/compiler.hs b/Compiler.hs
index 2e3b80b..2e3b80b 100644
--- a/compiler.hs
+++ b/Compiler.hs
diff --git a/intermediate.hs b/Intermediate.hs
index c72e81c..c72e81c 100644
--- a/intermediate.hs
+++ b/Intermediate.hs
diff --git a/main.hs b/Main.hs
index b56edfe..b56edfe 100644
--- a/main.hs
+++ b/Main.hs
diff --git a/optimiser.hs b/Optimiser.hs
index c4c60cb..c4c60cb 100644
--- a/optimiser.hs
+++ b/Optimiser.hs
diff --git a/parser.hs b/Parser.hs
index 93d457c..93d457c 100644
--- a/parser.hs
+++ b/Parser.hs
diff --git a/vm.hs b/VM.hs
index b3b19e4..b3b19e4 100644
--- a/vm.hs
+++ b/VM.hs