Finished parser functions

Time for fixing bugs YAYYYYYYYYYYY
This commit is contained in:
Pasha Bibko
2025-08-11 17:46:58 +01:00
parent c59d8cfb5c
commit 3d1865de59
3 changed files with 100 additions and 10 deletions

6
examples/Basic.lx Normal file
View File

@@ -0,0 +1,6 @@
func<int> main()
{
int: res = 5 + 34
return res
}