add interpreter here (moved from debugger)

This commit is contained in:
Torsten Ruger
2015-07-30 19:18:12 +03:00
parent 3fb08acf3f
commit 7216300452
8 changed files with 301 additions and 25 deletions

View File

@@ -1,8 +1,9 @@
# All working tests (ahm), still working on the others, so no use to be constantly reminded
require_relative "compiler/test_all"
require_relative "parfait/test_all"
require_relative "fragments/test_all"
require_relative "virtual/test_all"
require_relative "compiler/test_all"
require_relative "interpreter/test_all"