User Guide
symbol.hpp File Reference

Implement class to represent a symbol in Symbol Table. More...

Detailed Description

Implement class to represent a symbol in Symbol Table.

Definition in file symbol.hpp.

#include <map>
#include <memory>
#include "ast/ast_decl.hpp"
#include "lexer/modtoken.hpp"
#include "symtab/symbol_properties.hpp"

Go to the source code of this file.

Classes

class  nmodl::symtab::Symbol
 Represent symbol in symbol table. More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::ast
 Abstract Syntax Tree (AST) related implementations.
 
 nmodl::symtab
 Symbol table related implementations