added parsing ad compilation of function declarations

This commit is contained in:
cozis
2021-11-02 10:54:49 +00:00
parent 51f782362e
commit 051966a3f3
10 changed files with 362 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
fun hello()
{
print;('hello');
}
return hello;