compiler: refactor IR parts into separate package

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