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/types.lm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compiler/types.lm') diff --git a/src/compiler/types.lm b/src/compiler/types.lm index 34a9026..6edc2ea 100644 --- a/src/compiler/types.lm +++ b/src/compiler/types.lm @@ -1,3 +1,6 @@ +# Basic (mostly) langauge independent types +# These are the foundation for understanding the source code + context number context unsigned literal `true `false -- cgit v1.2.3