summaryrefslogtreecommitdiff
path: root/src/compiler/compiler.lm
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 15:49:45 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 15:49:45 +0300
commit7c6ac33968a303f43204a039c00ccddd7faa1497 (patch)
tree5f0b88b278ec4dafbdb7989ffd1919cd10b7108a /src/compiler/compiler.lm
parent914c841ce466677c9e4261fbbcc3c0df13f472eb (diff)
Add some comments
Diffstat (limited to 'src/compiler/compiler.lm')
-rw-r--r--src/compiler/compiler.lm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/compiler.lm b/src/compiler/compiler.lm
index a4968f9..33dd2c3 100644
--- a/src/compiler/compiler.lm
+++ b/src/compiler/compiler.lm
@@ -1,3 +1,6 @@
+# Filespec compiler
+# Takes in fspec source code and outputs bytecode for further processing
+
include 'expr.lm'
context fspec