12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"WorkspaceSettings": {
|
|
"DefaultProject": "cc-lang-interpreter",
|
|
"Projects": {
|
|
"cc-lang-interpreter": "src/cc_lang_interpreter/cc-lang-interpreter.json",
|
|
"cc-lang": "src/cc_lang/cc-lang.json",
|
|
"parser": "src/parser/parser.json",
|
|
"lexer": "src/lexer/lexer.json",
|
|
"runtime": "src/runtime/runtime.json"
|
|
}
|
|
}
|
|
} |