Adds a Meta library with an eval function for interpreting code inline.

This commit is contained in:
Gavin Schulz
2015-03-22 14:17:02 -07:00
parent f2c5c804a4
commit a937bd1cf9
7 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ def run_test(path):
print('')
for dir in ['core', 'io', 'language', 'limit']:
for dir in ['core', 'io', 'language', 'limit', 'meta']:
walk(join(WREN_DIR, 'test', dir), run_test)
print_line()