tinygo/compiler
Ayke van Laethem 436901dc49
compiler: implement operations on nil hashmaps
* comparing a map against nil
  * getting the length of a nil map
2018-10-27 00:57:37 +02:00
..
calls.go compiler: implement deferring of immediately-applied closures 2018-10-22 14:06:51 +02:00
compiler.go compiler: implement operations on nil hashmaps 2018-10-27 00:57:37 +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