add (untested) expression parsing

This commit is contained in:
Luna 2019-08-23 22:13:26 -03:00
parent 899c015cbe
commit f9cc734965
3 changed files with 298 additions and 48 deletions

View file

@ -1,5 +1,8 @@
const (
AWOO = 2
Cock = 1
Ball = 2
Deals = 3
Businesses = 4
)
fn main(a int) {}