diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 14:49:02 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 14:49:02 -0700 |
commit | 162ccd918698f53ef9ff7ba80091969d93aa789d (patch) | |
tree | b01d84a31a5fec69a07cdbef75fa777529dfacc7 /test.stage | |
parent | 533310f646f1b1a00250a361f627967c420f1eef (diff) | |
download | stage-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.stage | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |