diff options
Diffstat (limited to 'lib/metaprogramming.nom')
| -rw-r--r-- | lib/metaprogramming.nom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/metaprogramming.nom b/lib/metaprogramming.nom index 3d29eb2..9b76620 100644 --- a/lib/metaprogramming.nom +++ b/lib/metaprogramming.nom @@ -86,6 +86,8 @@ rule [%tree as value] =: rule [%tree as lua] =: lua expr "compiler:tree_to_lua(vars.tree)" +rule [test, foobar] =: lua expr "print('yup')" + # Compiler tools rule [eval %code, run %code] =: compiler "run" [%code] |
