parse return types, disallow nested functions

This commit is contained in:
2025-05-31 16:12:18 +02:00
parent 2c92cbe0b2
commit f98ca8075d
4 changed files with 42 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
func main[]
func main[] : I64
let a: I64 = 0
let b: I64 = 1