#include <iostream>
#include <list>
#include <string>
#include <ast/ast_types.hpp>
#include <ast/expression.hpp>
#include <util/macros.hpp>
Go to the source code of this file.
◆ SymbolType
Enumerator |
---|
TYREAL | |
TYINTEGER | |
TYBOOLEAN | |
TYSTRING | |
TYARRAY | |
TYTUPLA | |
TYFUNCTION | |
Definition at line 30 of file type.hpp.
◆ DEFINE_LIST()
◆ DEFINE_TYPE() [1/8]
◆ DEFINE_TYPE() [2/8]
DEFINE_TYPE |
( |
Type_Array |
| ) |
|
◆ DEFINE_TYPE() [3/8]
DEFINE_TYPE |
( |
Type_Boolean |
| ) |
|
◆ DEFINE_TYPE() [4/8]
DEFINE_TYPE |
( |
Type_Function |
| ) |
|
◆ DEFINE_TYPE() [5/8]
DEFINE_TYPE |
( |
Type_Integer |
| ) |
|
◆ DEFINE_TYPE() [6/8]
DEFINE_TYPE |
( |
Type_Real |
| ) |
|
◆ DEFINE_TYPE() [7/8]
DEFINE_TYPE |
( |
Type_String |
| ) |
|
◆ DEFINE_TYPE() [8/8]
DEFINE_TYPE |
( |
Type_Tupla |
| ) |
|
◆ deleteType_Integer()
void deleteType_Integer |
( |
Type_Integer |
m | ) |
|
◆ deleteType_Real()
void deleteType_Real |
( |
Type_Real |
m | ) |
|
◆ deleteType_String()
void deleteType_String |
( |
Type_String |
m | ) |
|
◆ newType_Integer()
Type_Integer newType_Integer |
( |
| ) |
|
◆ newType_Real()
Type_Real newType_Real |
( |
| ) |
|
◆ newType_String()
Type_String newType_String |
( |
| ) |
|