prog8/compiler
Irmen de Jong 9f247901d4 Merge branch 'master' into remove_evalstack
# Conflicts:
#	codeGenCpu6502/src/prog8/codegen/cpu6502/BuiltinFunctionsAsmGen.kt
#	codeGenCpu6502/src/prog8/codegen/cpu6502/assignment/AssignmentAsmGen.kt
#	compiler/src/prog8/buildversion/BuildVersion.kt
#	examples/test.p8
2023-07-16 23:45:04 +02:00
..
res added more missing codegen for bit shifts 2023-07-16 17:42:10 +02:00
src/prog8 fixed assigning byte to word not clearing msb sometimes 2023-07-16 23:16:32 +02:00
test Merge branch 'master' into remove_evalstack 2023-07-16 23:45:04 +02:00
build.gradle upgrade libraries 2023-07-06 23:33:58 +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