From 7c6ac33968a303f43204a039c00ccddd7faa1497 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 26 Sep 2018 15:49:45 +0300 Subject: Add some comments --- src/compiler/compiler.lm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compiler/compiler.lm') 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 -- cgit v1.2.3