sammine-lang
Loading...
Searching...
No Matches
GeneralSemanticsVisitor.h File Reference

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"
Include dependency graph for GeneralSemanticsVisitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sammine_lang::AST::GeneralSemanticsVisitor
 General. More...
 

Detailed Description

Defines GeneralSemanticsVisitor, an ASTVisitor that enforces general semantic rules for scoped definitions, detecting duplicates, and ensuring correct return usage in blocks.