some update.

This commit is contained in:
ykiko
2024-09-09 21:35:07 +08:00
parent 536ff8c02f
commit 738762504a
11 changed files with 839 additions and 754 deletions

7
.vscode/launch.json vendored
View File

@@ -6,10 +6,9 @@
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "ASTVisitor",
"program": "${workspaceFolder}/build/bin/clice",
"cwd": "${workspaceFolder}"
"request": "attach",
"name": "clice",
"program": "clice"
},
{
"type": "lldb",