VarDecl and ConstDecl split; error, warning, et al. now global

This commit is contained in:
Ginger Bill
2016-09-17 11:39:08 +01:00
parent eb424bb315
commit 67694c0df0
13 changed files with 1840 additions and 670 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
main :: proc() {
init :: proc(c: ^pn.Core) {
}
step :: proc(c: ^pn.Core) {
@@ -11,5 +10,5 @@ main :: proc() {
}
}
// pn.run(init, step)
pn.run(init, step)
}