2021-08-02 14:55:04 +02:00
|
|
|
{
|
|
|
|
"WorkspaceSettings": {
|
|
|
|
"DefaultProject": "cc-lang",
|
|
|
|
"Projects": {
|
|
|
|
"cc-lang": "src/cc_lang/cc-lang.json",
|
|
|
|
"parser": "src/parser/parser.json",
|
2021-08-02 15:58:05 +02:00
|
|
|
"lexer": "src/lexer/lexer.json",
|
|
|
|
"runtime": "src/runtime/runtime.json",
|
|
|
|
"cc-lang-interpreter": "src/cc_lang_interpreter/cc-lang-interpreter.json"
|
2021-08-02 14:55:04 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|