|
sammine-lang
|
Defines GeneralSemanticsVisitor, an ASTVisitor that enforces general semantic rules for scoped definitions, detecting duplicates, and ensuring correct return usage in blocks. More...
#include "ast/AstBase.h"#include "ast/AstDecl.h"#include "util/LexicalContext.h"#include "util/Utilities.h"

Go to the source code of this file.
Classes | |
| class | sammine_lang::AST::GeneralSemanticsVisitor |
| General. More... | |
Defines GeneralSemanticsVisitor, an ASTVisitor that enforces general semantic rules for scoped definitions, detecting duplicates, and ensuring correct return usage in blocks.