Tinygo - Go-компилятор для встраиваемых систем (форк https://github.com/tinygo-org/tinygo) С поддержкой сборки динамических библиотек
Найти файл
Ayke van Laethem 005e08d5b5 Use SSA parser from Go tools
Hopefully this makes the conversion a lot easier: now both sides of the
conversion are in SSA form.
2018-04-12 21:04:37 +02:00
hello support print(int) 2018-04-12 15:19:20 +02:00
runtime support print(int) 2018-04-12 15:19:20 +02:00
.gitignore Hello world! 2018-04-11 16:17:14 +02:00
Makefile Move string printing to runtime 2018-04-11 20:41:09 +02:00
tgo.go Use SSA parser from Go tools 2018-04-12 21:04:37 +02:00