cclang/cpl-workspace.json

10 lines
214 B
JSON
Raw Normal View History

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",
"lexer": "src/lexer/lexer.json"
}
}
}