mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
203 lines
3.1 KiB
JSON
203 lines
3.1 KiB
JSON
{
|
|
"artifacts" :
|
|
[
|
|
{
|
|
"path" : "lang_interpreter"
|
|
}
|
|
],
|
|
"backtrace" : 1,
|
|
"backtraceGraph" :
|
|
{
|
|
"commands" :
|
|
[
|
|
"add_executable",
|
|
"include_directories"
|
|
],
|
|
"files" :
|
|
[
|
|
"CMakeLists.txt"
|
|
],
|
|
"nodes" :
|
|
[
|
|
{
|
|
"file" : 0
|
|
},
|
|
{
|
|
"command" : 0,
|
|
"file" : 0,
|
|
"line" : 19,
|
|
"parent" : 0
|
|
},
|
|
{
|
|
"command" : 1,
|
|
"file" : 0,
|
|
"line" : 11,
|
|
"parent" : 0
|
|
}
|
|
]
|
|
},
|
|
"compileGroups" :
|
|
[
|
|
{
|
|
"compileCommandFragments" :
|
|
[
|
|
{
|
|
"fragment" : " -Wall -g -fcolor-diagnostics"
|
|
},
|
|
{
|
|
"fragment" : "-std=gnu++17"
|
|
}
|
|
],
|
|
"includes" :
|
|
[
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include"
|
|
},
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src"
|
|
},
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include"
|
|
}
|
|
],
|
|
"language" : "CXX",
|
|
"languageStandard" :
|
|
{
|
|
"backtraces" :
|
|
[
|
|
1
|
|
],
|
|
"standard" : "17"
|
|
},
|
|
"sourceIndexes" :
|
|
[
|
|
0,
|
|
1,
|
|
2,
|
|
3
|
|
]
|
|
},
|
|
{
|
|
"compileCommandFragments" :
|
|
[
|
|
{
|
|
"fragment" : "-g -fcolor-diagnostics"
|
|
}
|
|
],
|
|
"includes" :
|
|
[
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include"
|
|
},
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src"
|
|
},
|
|
{
|
|
"backtrace" : 2,
|
|
"path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include"
|
|
}
|
|
],
|
|
"language" : "C",
|
|
"sourceIndexes" :
|
|
[
|
|
4,
|
|
6
|
|
]
|
|
}
|
|
],
|
|
"id" : "lang_interpreter::@6890427a1f51a3e7e1df",
|
|
"link" :
|
|
{
|
|
"commandFragments" :
|
|
[
|
|
{
|
|
"fragment" : "-Wall -g",
|
|
"role" : "flags"
|
|
},
|
|
{
|
|
"fragment" : "",
|
|
"role" : "flags"
|
|
}
|
|
],
|
|
"language" : "CXX"
|
|
},
|
|
"name" : "lang_interpreter",
|
|
"nameOnDisk" : "lang_interpreter",
|
|
"paths" :
|
|
{
|
|
"build" : ".",
|
|
"source" : "."
|
|
},
|
|
"sourceGroups" :
|
|
[
|
|
{
|
|
"name" : "Source Files",
|
|
"sourceIndexes" :
|
|
[
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
6
|
|
]
|
|
},
|
|
{
|
|
"name" : "Header Files",
|
|
"sourceIndexes" :
|
|
[
|
|
5
|
|
]
|
|
}
|
|
],
|
|
"sources" :
|
|
[
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 0,
|
|
"path" : "src/main.cpp",
|
|
"sourceGroupIndex" : 0
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 0,
|
|
"path" : "src/visitor.cpp",
|
|
"sourceGroupIndex" : 0
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 0,
|
|
"path" : "src/build_visitor.cpp",
|
|
"sourceGroupIndex" : 0
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 0,
|
|
"path" : "src/print_visitor.cpp",
|
|
"sourceGroupIndex" : 0
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 1,
|
|
"path" : "src/parser.c",
|
|
"sourceGroupIndex" : 0
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"path" : "include/parser.h",
|
|
"sourceGroupIndex" : 1
|
|
},
|
|
{
|
|
"backtrace" : 1,
|
|
"compileGroupIndex" : 1,
|
|
"path" : "tree-sitter/lib/src/lib.c",
|
|
"sourceGroupIndex" : 0
|
|
}
|
|
],
|
|
"type" : "EXECUTABLE"
|
|
}
|