compiler: refactor compiler into separate package

This commit is contained in:
Ayke van Laethem
2018-09-22 20:30:46 +02:00
parent b75a02e66d
commit b2cbfa78ca
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ clean:
@rm -rf build
fmt:
@go fmt . ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
gen-device: gen-device-nrf gen-device-avr