diff options
Diffstat (limited to 'code_obj.moon')
| -rw-r--r-- | code_obj.moon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code_obj.moon b/code_obj.moon index 5fe6c98..a810dc7 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -1,3 +1,6 @@ +-- This file contains objects that are used to track code positions and incrementally +-- build up generated code, while keeping track of where it came from, and managing +-- indentation levels. {:insert, :remove, :concat} = table immutable = require 'immutable' local Lua, Source |
