feat: add loop commands

This commit is contained in:
2021-06-15 15:49:38 -04:00
parent 618eb29422
commit b88dab1ed9
2 changed files with 24 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "dopey.py",
"args": ["./test.bf"],
"args": ["./helloworld.bf"],
"console": "integratedTerminal"
}
]