prog8/compiler/test/arithmetic
2024-11-23 15:51:38 +01:00
..
aggregates.p8 renamed 'string' module to 'strings' for consistency 2024-11-23 15:51:38 +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
builtins.p8 renamed 'string' module to 'strings' for consistency 2024-11-23 15:51:38 +01:00
div.p8
Makefile compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
minus.p8
mult.p8
plus.p8
postincrdecr.p8 fix some deprecated code in tests 2024-11-23 15:48:18 +01:00
remainder.p8
sgn.p8
testforloops.p8
testrepeat.p8 fix some deprecated code in tests 2024-11-23 15:48:18 +01:00
wordbyte.p8