This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-01-12 19:29:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
codegeneration
History
Irmen de Jong
ca5f7ae32f
global (block-level) variables that get initialized with an array index expression now get a constant value as well if possible. This reduces the number of instructions in the init globals code block
2024-10-16 02:14:19 +02:00
..
TestArrayThings.kt
remove support for array-to-array assignments (other than initialization of variable declaration)
2024-10-13 20:02:43 +02:00
TestAsmGenSymbols.kt
allow 'void' as dummy assign target in multi-assignment statements
2024-03-31 23:43:26 +02:00
TestVariables.kt
global (block-level) variables that get initialized with an array index expression now get a constant value as well if possible. This reduces the number of instructions in the init globals code block
2024-10-16 02:14:19 +02:00
TestVariousCodeGen.kt
check that block address leaves room for program startup logic
2024-10-03 22:30:06 +02:00