prog8/compiler
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
..
res Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
src/prog8 fix invalid code gen for if v1==0 or v2==0 2024-07-01 23:38:25 +02:00
test Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
build.gradle properly generate PUSH and POP instructions for push() and pop() calls in IR. 2024-06-25 22:39:20 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00