Added function scope support to interpreter

This commit is contained in:
weckyy702
2020-12-28 00:36:38 +01:00
parent 00a897a897
commit e9ce5d8d93
4 changed files with 133 additions and 99 deletions

5
.gitignore vendored
View File

@@ -1,7 +1,7 @@
__pycache__/
res/output/
res/input/*
.vscode/*
res/input/
.vscode/
*.json
*.pyc
*.png
@@ -9,4 +9,3 @@ debug.py
build/
run.spec
dist/
.vscode/launch.json