tinygo/compiler
Ayke van Laethem 6a95b84cd8
compiler: support all operations on untyped strings
Operations on strings were not always also supported on untyped strings.
Make sure all of those operations are supported for both.
2018-10-20 15:47:02 +02:00
..
calls.go compiler: use a fresh context for every compilation 2018-10-08 20:18:12 +02:00
compiler.go compiler: support all operations on untyped strings 2018-10-20 15:47:02 +02:00
optimizer.go compiler: eliminate created but never used maps 2018-10-12 17:00:39 +02:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00
util.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00