Skip to content
Snippets Groups Projects

Feature/inline help

2 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -16,6 +16,8 @@ class ASTExecutionInfo
// The only place where the ASTExecutionInfo can be built
friend void parser(const std::string& filename);
// also allowed for testing
friend void test_ASTExecutionInfo(const ASTNode&, const ModuleRepository&);
ASTExecutionInfo(const ASTNode& root_node, const ModuleRepository& module_repository);
Loading