summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-29 14:49:02 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-29 14:49:02 -0700
commit162ccd918698f53ef9ff7ba80091969d93aa789d (patch)
treeb01d84a31a5fec69a07cdbef75fa777529dfacc7 /test.stage
parent533310f646f1b1a00250a361f627967c420f1eef (diff)
downloadstage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.gz
stage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.bz2
stage-162ccd918698f53ef9ff7ba80091969d93aa789d.tar.xz
stage-162ccd918698f53ef9ff7ba80091969d93aa789d.zip
Situation code actually processes now.
Most of the AstNode types are unhandled yet.
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.stage b/test.stage
index 87e4756..04d959b 100644
--- a/test.stage
+++ b/test.stage
@@ -17,7 +17,8 @@ situation <<start>>
17{ 17{
18 setup 18 setup
19 { 19 {
20 display("Hello"); 20 name = "Bob";
21 display("Hello " + name + ''' and then some''');
21 } 22 }
22 23
23 enter 24 enter