Skip to content

Commit

Permalink
some more array literal nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Feb 7, 2013
1 parent 5acba22 commit 79cacf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -0,0 +1 @@
{"StatementsNode" : [{"ArrayLiteralNode" : [{"IntLiteralNode" : 10}, {"StringLiteralNode" : "twenty"}, {"FloatLiteralNode" : 30.5}, {"BooleanLiteralNode" : false}]}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"ArrayLiteralNode" : [{"IntLiteralNode" : 10}, {"ArrayLiteralNode" : [{"IntLiteralNode" : 20}, {"StringLiteralNode" : "thirty"}]}, {"IntLiteralNode" : 40}, {"ArrayLiteralNode" : [{"BooleanLiteralNode" : true}]}]}]}

0 comments on commit 79cacf1

Please sign in to comment.