prog8/compiler
Irmen de Jong a6159702da defers are now only registered/called when flow of control actually reached the defer statement
a defer statement sets its corresponding bit in a bitmask that is shifted in the defer handler routine to see what defer blocks to call.
2024-10-21 00:55:51 +02:00
..
res fixes 2024-10-18 20:32:46 +02:00
src/prog8 defers are now only registered/called when flow of control actually reached the defer statement 2024-10-21 00:55:51 +02:00
test some ast2 var tweaks 2024-10-21 00:20:54 +02:00
build.gradle compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
compiler.iml added memsizer unit tests 2024-09-08 15:24:47 +02:00