Files
tinygo/compiler
Ayke van Laethem c4fd19be99 compiler: refactor public interface
This commit merges NewCompiler and Compile into one simplifying the
external interface. More importantly, it does away with the entire
Compiler object so the public API becomes a lot smaller.

The refactor is not complete: eventually, the compiler should just
compile a single package without trying to load it first (that should be
done by the builder package).
2020-03-25 20:17:46 +01:00
..
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00