aboutsummaryrefslogtreecommitdiff
path: root/game2.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-08-22 01:02:41 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-08-22 01:02:41 -0700
commit0e916161b1b47758e0bb15051028d8c92c6446e7 (patch)
tree4d60014362c1101efe99224416e40ca43f5de655 /game2.moon
parent4713d7db0dcb713b4a36e63e5a5322829fca7c97 (diff)
Updated core with new syntax.
Diffstat (limited to 'game2.moon')
-rwxr-xr-xgame2.moon3
1 files changed, 1 insertions, 2 deletions
diff --git a/game2.moon b/game2.moon
index a95070a..e487991 100755
--- a/game2.moon
+++ b/game2.moon
@@ -1,6 +1,6 @@
#!/usr/bin/env moon
utils = require 'utils'
-Game = require 'nomic_whitespace'
+Game = require 'nomic'
g = Game()
print("===========================================================================================")
@@ -21,7 +21,6 @@ g\defmacro "return %retval", (vars,helpers,ftype)=>
.lua "do return "..(.ded(.transform(vars.retval))).." end"
else
error"Unknown: #{ftype}"
-
return nil
g\defmacro "true", (vars,helpers,ftype)=> helpers.lua("true")