remove optional from parseTopDecl

This commit is contained in:
Luna 2019-08-26 09:54:01 -03:00
parent 90543d1d56
commit a3127c76e7
2 changed files with 16 additions and 6 deletions

View file

@ -34,4 +34,15 @@ fn main(a int) int {
cock_and_ball_torture('cbt', 1, 2, 3)
return 23
//p := Point{
// x: 10
// y: 20
//}
//println(p.x)
}
//struct Point {
// x int
// y int
//}