nac3/nac3standalone/demo
David Mak c7de22287e core: Fix restoration of stack address
All allocas for temporary objects are now placed in the beginning of the
function. Allocas for on-temporary objects are not modified because
these variables may appear in a loop and thus must be uniquely
represented.
2023-10-06 11:34:23 +08:00
..
src core: Fix restoration of stack address 2023-10-06 11:34:23 +08:00
check_demo.sh standalone: Add flags to control demo output options 2023-10-04 18:11:44 +08:00
check_demos.sh standalone: Split check_demos into check_demo 2023-09-30 09:31:18 +08:00
demo.c core: Fix restoration of stack address 2023-10-06 11:34:23 +08:00
interpret_demo.py core: Fix restoration of stack address 2023-10-06 11:34:23 +08:00
run_demo.sh standalone: Add flags to control demo output options 2023-10-04 18:11:44 +08:00