diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-22 03:28:44 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-22 03:28:44 -0700 |
| commit | 039c620df270e88f6d50df677b7dedd65b868449 (patch) | |
| tree | 0a101402e6ccd51aeb4e517f0904b150ea3511e9 /nomic.moon | |
| parent | a5863030ec0f729080f7407dbfa9970c8829fe69 (diff) | |
Macro macro macro macro.
Diffstat (limited to 'nomic.moon')
| -rw-r--r-- | nomic.moon | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ class Game return invocations, arg_names defmacro: (spec, fn)=> + assert fn, "No function supplied" invocations,arg_names = self\get_invocations spec for invocation in *invocations @macros[invocation] = {fn, arg_names} |
