|
Zen-C
|
Global state for the Language Server Project. More...
#include <lsp_project.h>

Data Fields | |
| ParserContext * | ctx |
| Global shared parser context. Contains global registries (structs, functions) reused across files. | |
| ProjectFile * | files |
| List of tracked open files. | |
| char * | root_path |
| Project root directory. | |
Global state for the Language Server Project.
| ParserContext* LSPProject::ctx |
Global shared parser context. Contains global registries (structs, functions) reused across files.
| ProjectFile* LSPProject::files |
List of tracked open files.
| char* LSPProject::root_path |
Project root directory.