hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
builtinModule.h
Go to the documentation of this file.
1//
2// Embedded builtin module content for LSP.
3// Uses the same source file as the compiler (compiler/builtinModule.hoshi).
4// The file contains R"( ... )" raw-string markers; when #included after "=",
5// the C++ preprocessor treats it as a raw string literal assignment.
6// The resulting const char* contains the hoshi source code directly.
7//
8
9#ifndef HOSHI_LANG_LSP_BUILTIN_MODULE_H
10#define HOSHI_LANG_LSP_BUILTIN_MODULE_H
11
12static const char *__lsp_builtin_module =
13#include <compiler/builtinModule.hoshi>
14 ;
15
16#endif // HOSHI_LANG_LSP_BUILTIN_MODULE_H
static const char * __lsp_builtin_module