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
4c080afb76
prog8
/
compiler
History
Irmen de Jong
4c080afb76
added compiler check against impossible for loop range (unsigned downto exactly 0 with non-const startvalue and step != -1)
2021-04-21 23:03:29 +02:00
..
lib
project restructure
2020-12-27 07:21:39 +01:00
res
improved scanning for return statement in routines that should return a value.
2021-04-21 20:31:29 +02:00
src
/prog8
added compiler check against impossible for loop range (unsigned downto exactly 0 with non-const startvalue and step != -1)
2021-04-21 23:03:29 +02:00
test
codegen now uses correct machine target's string encoder/decoder. Encoding more robust by checking upper case mapping if lowercase mapping fails.
2021-04-09 23:33:32 +02:00
build.gradle
update kotlin plugin to 1.4.32
2021-03-31 20:52:05 +02:00
compiler.iml
created extensive comparison test suite
2021-03-18 00:50:13 +01:00