started work on function scope interpretation WIP

This commit is contained in:
weckyy702
2020-12-27 20:46:28 +01:00
parent 4493beee11
commit 6ec8fd2b70
2 changed files with 29 additions and 1 deletions

View File

@@ -71,4 +71,13 @@ do
}
while(do_while_condition3)
//since the interpreter ignores all empty lines and spaces, any changes in tabs *should* not have any effect
//since the interpreter ignores all empty lines and spaces, any changes in tabs *should* not have any effect
void function1() {
}
boolean function2()
{
}