prog8/codeGenIntermediate
Irmen de Jong 905921a684 IR: new (sys)call instructions that encapsulate the full subroutine call
to fix the bugs resulting from nesting subroutine calls (as param to another call etc)
2023-05-14 15:20:25 +02:00
..
src/prog8/codegen IR: new (sys)call instructions that encapsulate the full subroutine call 2023-05-14 15:20:25 +02:00
test IR: new (sys)call instructions that encapsulate the full subroutine call 2023-05-14 15:20:25 +02:00
build.gradle 3rd party library versions upgrades 2023-03-26 21:36:21 +02:00
codeGenIntermediate.iml IR no longer depends on VM syscalls but has its own syscall list for the few builtin functions that still require it 2022-09-23 14:27:51 +02:00