feat: add Meta library with eval function for inline code interpretation

This commit is contained in:
Gavin Schulz
2015-03-22 21:16:53 +00:00
parent 65305fca09
commit c8fa7e619f
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()