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-01-12 19:29:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
/
arithmetic
History
Irmen de Jong
e94bf4c63c
replace rnd()/rndw() builtin functions by regular routines in math module
2022-10-22 17:02:43 +02:00
..
aggregates.p8
fixed several old test files
2022-06-05 14:20:08 +02:00
bitshift.p8
…
builtins.p8
replace rnd()/rndw() builtin functions by regular routines in math module
2022-10-22 17:02:43 +02:00
div.p8
fixed several old test files
2022-06-05 14:20:08 +02:00
logical.p8
"not" operator removed from ast and codegen (it's been replaced with x==0 as equivalent)
2022-06-29 01:13:08 +02:00
Makefile
…
minus.p8
fixed several old test files
2022-06-05 14:20:08 +02:00
mult.p8
fixed several old test files
2022-06-05 14:20:08 +02:00
plus.p8
fixed several old test files
2022-06-05 14:20:08 +02:00
postincrdecr.p8
…
remainder.p8
…
sgn.p8
…
testforloops.p8
…
testrepeat.p8
…
wordbyte.p8
…