diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-08 04:37:18 +0000 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-08 04:37:18 +0000 |
commit | 0d32b01fde73224469b8bb5971ebdaacd9bfa32c (patch) | |
tree | a6ff8bd4dbbf144cb112d24785b525ce2b59fb8a /src/.vscode/launch.json | |
parent | 5c4d41c63af3ef064090336a14efe91931051e7e (diff) | |
download | esotericFORTRAN-0d32b01fde73224469b8bb5971ebdaacd9bfa32c.tar.gz esotericFORTRAN-0d32b01fde73224469b8bb5971ebdaacd9bfa32c.zip |
Fixed bug with function return and added recursive example
Diffstat (limited to 'src/.vscode/launch.json')
-rw-r--r-- | src/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.vscode/launch.json b/src/.vscode/launch.json index bc86f64..1008b15 100644 --- a/src/.vscode/launch.json +++ b/src/.vscode/launch.json @@ -23,7 +23,7 @@ "request": "launch", "mainClass": "Compiler.Language", "projectName": "src_1da2a030", - "args": "examples/example.ft -c -e" + "args": "examples/recursive.ft -c -e" } ] }
\ No newline at end of file |