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-11-27 03:50:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
31ae9e1243
prog8
/
compiler
History
Irmen de Jong
31ae9e1243
refactor repeat loop counter var creation into single routine
2021-05-22 13:01:51 +02:00
..
lib
res
version bump
2021-05-20 23:38:41 +02:00
src
/prog8
refactor repeat loop counter var creation into single routine
2021-05-22 13:01:51 +02:00
test
added @shared flag to vardecl to mark variable as shared with assembly code elsewhere, to not have it optimized away
2021-05-19 01:19:25 +02:00
build.gradle
strings of 1 and 2 length no longer optimized into one call to CHROUT - also upgrade to kotlin 1.5.0
2021-05-06 23:46:18 +02:00
compiler.iml