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-02-16 22:30:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
arithmetic
History
Irmen de Jong
d03ff1e4d0
improved var -> const replacement, now done in constfolding already (fixes some obscure problems later on)
...
Also fixed some directive parenting errors
2023-12-29 19:48:40 +01:00
..
aggregates.p8
…
bitshift.p8
improved var -> const replacement, now done in constfolding already (fixes some obscure problems later on)
2023-12-29 19:48:40 +01:00
builtins.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
div.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
logical.p8
…
Makefile
…
minus.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
mult.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
plus.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
postincrdecr.p8
get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
2023-12-29 03:12:44 +01:00
remainder.p8
…
sgn.p8
…
testforloops.p8
…
testrepeat.p8
…
wordbyte.p8
…