prog8/compiler/test/comparisons
Irmen de Jong 25f25a8767 Get rid of sort() and reverse() builtin functions.
Sort() had too many gotchas and reverse() is kinda redundant you can loop in decreasing order through an array too.
2024-07-06 17:07:58 +02:00
..
ifelse.p8 new if tests 2024-03-02 23:19:39 +01:00
make_cmp_tests_splitw.py fixup split words array comparisons 2024-03-02 23:19:55 +01:00
make_cmp_tests.py fix codegen error for comparisons 2024-03-02 23:19:39 +01:00
make_eq_tests_splitw.py fixup split words array comparisons 2024-03-02 23:19:55 +01:00
make_eq_tests.py fixup split words array comparisons 2024-03-02 23:19:55 +01:00
Makefile fixup split words array comparisons 2024-03-02 23:19:55 +01:00
more_compares.p8 new if tests 2024-03-02 23:19:39 +01:00
optimized_compares.p8 added txt.print_bool, several fixes 2024-03-02 23:19:39 +01:00