prog8/codeGenIntermediate
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
..
src/prog8/codegen Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
test allow 'void' as dummy assign target in multi-assignment statements 2024-03-31 23:43:26 +02:00
build.gradle added queens example, update kotest lib 2024-06-19 23:57:43 +02:00
codeGenIntermediate.iml IR: better code for array element assignments (w.i.p.) 2024-01-23 00:56:06 +01:00