From 550d4f13ace49e3d442e43d46cd066f174709400 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 27 Dec 2011 00:50:23 -0700 Subject: more and more making it into the Ast. --- test.stage | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'test.stage') diff --git a/test.stage b/test.stage index a1c6ab3..a705c93 100644 --- a/test.stage +++ b/test.stage @@ -11,18 +11,6 @@ global function hello( a, b, c ) { - joe = a; - if b < c then - { - sam = b * c + 1; - } - else if something <= c then - { - x * 43; - } - while true do - { - bob = 5 + 55 * 2 + 1; - } + a[x][y]; } -- cgit v1.2.3