diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-05 03:39:44 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-05 03:39:50 -0700 |
| commit | 36b0c3dcf9342c3913253891c77df68a1edb90df (patch) | |
| tree | 8fde0004443617ab9802d135f82cc3a4ba93a359 /code_obj.moon | |
| parent | e22e1073905781557068140ded06c63f91738ad8 (diff) | |
Updating documentation.
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 |
