new list test and debugs

This commit is contained in:
Torsten Ruger
2014-06-24 12:25:03 +03:00
parent b8b1d98a7c
commit 43a2649635
4 changed files with 68 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ module Fragments
if part.is_a? Ast::FunctionExpression
expr = part.compile( @object_space.context )
else
puts part.inspect if part.is_a? Hash
expr = part.compile( @object_space.context )
end
end