Allowed parser to parse basic variable declarations

This commit is contained in:
Pasha Bibko
2025-04-27 21:58:23 +01:00
parent 88ce75ceb1
commit 935cb35715
2 changed files with 24 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
func main()
{
int a
int result
}