tinygo/ir
Ayke 01f6aff422 loader: support global variables in CGo (#173)
Global variables (like functions) must be declared in the import "C" preamble and can then be used from Go.
2019-02-08 13:04:03 +01:00
..
interpreter.go compiler: lower interfaces in a separate pass 2018-12-01 13:26:06 +01:00
ir.go loader: support global variables in CGo (#173) 2019-02-08 13:04:03 +01:00
passes.go runtime: add support for math package 2019-02-05 19:37:21 +01:00