From 32c32bc48c8fd7cffca301b8919fb26726f6467e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 24 Dec 2011 01:08:21 -0700 Subject: Ast nearly done, builder coming along. --- test.stage | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test.stage (limited to 'test.stage') diff --git a/test.stage b/test.stage new file mode 100644 index 0000000..c242a44 --- /dev/null +++ b/test.stage @@ -0,0 +1,16 @@ + +game.title = "Demo game"; +game.author = "Mike Buland"; +game.version = 1; +game.revision = 0; +game.start = <>; + +global +{ +} + +function hello( a, b, c ) +{ + bob = 5 + 55 * 2 + 1; +} + -- cgit v1.2.3