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
2024-12-25 08:29:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9e8cc8b54d
prog8
/
codeGenIntermediate
History
Irmen de Jong
9e8cc8b54d
goto can now accept any expression as address (instead of just a constant), and ofcourse a label name still.
2024-12-15 05:22:37 +01:00
..
src/prog8
/codegen
goto can now accept any expression as address (instead of just a constant), and ofcourse a label name still.
2024-12-15 05:22:37 +01:00
test
allow goto to take any expression, not only an integer or an identifier (part 1)
2024-12-14 01:01:32 +01:00
build.gradle.kts
update to kotlin 2.1.0
2024-11-28 03:49:07 +01:00
codeGenIntermediate.iml
improve data driven unit tests to use kotest withData()
2024-09-08 16:55:08 +02:00