tinygo/compiler
Ayke van Laethem 8d170d3bd2
all: change special type __volatile to pragma //go:volatile
This is one step towards removing unnecessary special casts in most
cases. It is also part of removing as much magic as possible from the
compiler (the pragma is explicit, the special name is not).
2018-09-28 13:17:03 +02:00
..
calls.go compiler: fix expanding zero-length structs 2018-09-25 13:45:04 +02:00
compiler.go all: change special type __volatile to pragma //go:volatile 2018-09-28 13:17:03 +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