prog8/compiler/test/arithmetic
Irmen de Jong abbf7c7cb0 compiler name change: prog8c (was p8compile)
fat jar file also changed:  prog8c-X.Y-all.jar    (was: prog8compiler-X.Y-all.jar)
2024-10-16 18:36:19 +02:00
..
aggregates.p8 added txt.print_bool, several fixes 2024-03-02 23:19:39 +01:00
bitshift2.p8 fix broken boolean != comparison optimization 2024-03-13 20:23:42 +01:00
bitshift.p8 added txt.print_bool, several fixes 2024-03-02 23:19:39 +01:00
bitshift.p8ir Merge branch 'master' into multi-assign 2024-03-26 22:09:16 +01:00
builtins.p8 Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02: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
Makefile compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
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 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
sgn.p8 moved test programs to test folder in compiler module 2021-03-17 20:15:16 +01:00
testforloops.p8 move test 2021-03-18 19:34:54 +01:00
testrepeat.p8 library doc tweaks 2022-01-03 23:15:34 +01:00
wordbyte.p8 moved test programs to test folder in compiler module 2021-03-17 20:15:16 +01:00