diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-03-26 21:34:51 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-03-26 21:34:51 +0200 |
commit | 0e1f435314b382cb78056f04d0997df43e4f8fcf (patch) | |
tree | 8195b40c448cbbafc868a9727b6e1c218f26ca00 | |
parent | c25979b76c1dd22b6dc33acb994e9044c56a68f9 (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/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/optimiser.hs b/Optimiser.hs index c4c60cb..c4c60cb 100644 --- a/optimiser.hs +++ b/Optimiser.hs |