commit | ddc975483eae62ad9e3393a4ac27954c5ed9043f | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Jul 04 11:47:42 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Jul 04 11:47:42 2021 -0700 |
tree | 6bdcae1c6b0ea602a6b38128901f7fc09ab290aa | |
parent | f1ba8c1cc4797d0b53ac6d2bc8a1e758f1d3b89d [diff] |
Add lexical closures
diff --git a/.vscode/launch.json b/.vscode/launch.json index b438376..c265161 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json
@@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/src/lisp/lisp", - "args": ["test-macros.lisp"], + "args": ["test-closures.lisp"], "stopAtEntry": false, "cwd": "${workspaceFolder}/src/lisp", "environment": [],