ast: move "ast" types from root to ir sub-package

Closes #32
This commit is contained in:
Michael McLoughlin
2019-01-06 14:21:10 -08:00
parent 4a920c22b5
commit 0f63e0906d
15 changed files with 3925 additions and 3925 deletions

2
ir/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package ir provides the intermediate representation of avo programs.
package ir