]> git.sesse.net Git - interpreter_trials/commit
first stab at interpreter
authorRune Holm <rune.holm@arm.com>
Wed, 16 Jun 2021 21:20:19 +0000 (23:20 +0200)
committerRune Holm <rune.holm@arm.com>
Wed, 16 Jun 2021 21:20:19 +0000 (23:20 +0200)
commit8626c01aa3a48e131d581851328ffdead7951862
treeb700309ef3620e84a86b632b82164dde7056848f
parentf5692fe149304dea24b4c345c8410b9d98a5ce55
first stab at interpreter
bytecode.cpp [new file with mode: 0644]
bytecode.h [new file with mode: 0644]
interpreter.h [new file with mode: 0644]
interpreter1.cpp [new file with mode: 0644]
meson.build