summaryrefslogtreecommitdiffstats
path: root/src/.vscode
diff options
context:
space:
mode:
authorAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-08 04:37:18 +0000
committerAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-08 04:37:18 +0000
commit0d32b01fde73224469b8bb5971ebdaacd9bfa32c (patch)
treea6ff8bd4dbbf144cb112d24785b525ce2b59fb8a /src/.vscode
parent5c4d41c63af3ef064090336a14efe91931051e7e (diff)
downloadesotericFORTRAN-0d32b01fde73224469b8bb5971ebdaacd9bfa32c.tar.gz
esotericFORTRAN-0d32b01fde73224469b8bb5971ebdaacd9bfa32c.zip
Fixed bug with function return and added recursive example
Diffstat (limited to 'src/.vscode')
-rw-r--r--src/.vscode/launch.json2
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