commit | 2999dd1ec16e5e3fe7b504891dd37e3afef6da71 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Jul 02 14:19:53 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Jul 02 14:19:53 2021 -0700 |
tree | 694072489f98b60e7fcc5bfc688d1e58af0172d3 | |
parent | d24cd204347957c644bd99d3047ade9b32bcdcc1 [diff] [blame] |
Add macros
diff --git a/.vscode/launch.json b/.vscode/launch.json index 2fd02c2..b438376 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json
@@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/src/lisp/lisp", - "args": ["test.lisp"], + "args": ["test-macros.lisp"], "stopAtEntry": false, "cwd": "${workspaceFolder}/src/lisp", "environment": [],