Move to an AST like data structure #76

Merged
Aire-One merged 39 commits from feat/refactor-ast into master 2023-08-03 21:03:16 +02:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 02d82f6518 - Show all commits

5
.vscode/launch.json vendored
View File

@ -18,7 +18,10 @@
"program": {
"command": "just"
},
"args": ["test"],
"args": [
"test",
"_spec" // Adapt to the spec to debug
],
"scriptFiles": ["${workspaceFolder}/**/*.tl"]
}
]