diff options
Diffstat (limited to 'source/slang/parser.h')
| -rw-r--r-- | source/slang/parser.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/slang/parser.h b/source/slang/parser.h index 41a82602a..60fe4b3ae 100644 --- a/source/slang/parser.h +++ b/source/slang/parser.h @@ -13,7 +13,10 @@ namespace Slang TokenSpan const& tokens, DiagnosticSink* sink, RefPtr<Scope> const& outerScope); -; + + RefPtr<ModuleDecl> populateBaseLanguageModule( + Session* session, + RefPtr<Scope> scope); } #endif
\ No newline at end of file |
