add basic const parsing (needs expr)

- parser: fix main root loop's priming
This commit is contained in:
Luna 2019-08-23 16:34:41 -03:00
parent 89e386d2d4
commit 899c015cbe
3 changed files with 102 additions and 86 deletions

View file

@ -1 +1,5 @@
fn main( a int) {}
const (
AWOO = 2
)
fn main(a int) {}