tinygo/compiler
Ayke van Laethem fcd44c02cd
compiler: fix const complex numbers
This led to an assertion failure with a debug build of LLVM, but
apparently worked with a release build of LLVM.
2018-10-24 23:24:11 +02:00
..
calls.go compiler: implement deferring of immediately-applied closures 2018-10-22 14:06:51 +02:00
compiler.go compiler: fix const complex numbers 2018-10-24 23:24:11 +02:00
map.go compiler: support comma-ok in map lookup 2018-10-20 17:54:16 +02:00
optimizer.go compiler: fix map optimization 2018-10-24 12:37:47 +02:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00