I thought at first it was a way to share the symbol tables between multiple instances (though you could use memory mapping), but then I read this in the README.md:
> Server is written in C, with no special headers or SDK used.
So maybe it helps them keep the parser simpler? Decouples that part from the GUI in a way they prefer?
> Server is written in C, with no special headers or SDK used.
So maybe it helps them keep the parser simpler? Decouples that part from the GUI in a way they prefer?