Add CPU Interpreter and a test case.

This commit is contained in:
Gabriel Kronberger
2025-02-19 16:38:11 +01:00
parent 8bad911585
commit 942adb8612
6 changed files with 441 additions and 2 deletions

View File

@ -11,3 +11,8 @@ include(joinpath(baseFolder, "src", "Transpiler.jl"))
include("InterpreterTests.jl")
include("TranspilerTests.jl")
end
@testset "CPU Interpreter" begin
include("CpuInterpreterTests.jl")
end