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-05-20 12:38:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
codeGenIntermediate
History
Irmen de Jong
9851d14fb9
added if expression: ubyte a = if b>0 44 else 55
...
it doesn't generate the best code yet, like regular ifs do.
2024-10-19 15:34:04 +02:00
..
src/prog8
/codegen
added if expression: ubyte a = if b>0 44 else 55
2024-10-19 15:34:04 +02:00
test
IR: add SEC,CLC,SEI,CLI instructions for the sys function calls.
2024-07-14 21:01:19 +02:00
build.gradle
improve data driven unit tests to use kotest withData()
2024-09-08 16:55:08 +02:00
codeGenIntermediate.iml
improve data driven unit tests to use kotest withData()
2024-09-08 16:55:08 +02:00