From 36b0c3dcf9342c3913253891c77df68a1edb90df Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Jun 2018 03:39:44 -0700 Subject: Updating documentation. --- code_obj.moon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code_obj.moon') 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 -- cgit v1.2.3