diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-10-03 16:26:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-10-03 16:26:29 -0700 |
| commit | 2f68357cb6800e97edd31abfc707d7c7905faa64 (patch) | |
| tree | 8ead999f5e3d9f0c207f73c7f498d813177db519 /syntax_tree.lua | |
| parent | b615cb5c8e638cffe77bbe5cb86c9362e2b2fc18 (diff) | |
Some incremental progress.
Diffstat (limited to 'syntax_tree.lua')
| -rw-r--r-- | syntax_tree.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/syntax_tree.lua b/syntax_tree.lua index 851711a..63c24ee 100644 --- a/syntax_tree.lua +++ b/syntax_tree.lua @@ -196,8 +196,6 @@ for _index_0 = 1, #types do __call = function(self, t) if type(t.source) == 'string' then t.source = Source:from_string(t.source) - else - assert(Source:is_instance(t.source)) end setmetatable(t, self) do |
