|
hoshi-lang dev
Yet another programming language
|
#include <lexer.hpp>
Public Member Functions | |
| vBasicValue (int64_t v) | |
| vBasicValue (double v) | |
| vBasicValue (bool v) | |
| vBasicValue (uint64_t v) | |
| vBasicValue (int16_t v) | |
| vBasicValue () | |
Public Attributes | |
| int64_t | vInt |
| double | vDeci |
| bool | vBool |
| uint64_t | vUint |
| int16_t | vShort |
| vBasicValue | ( | int64_t | v | ) |
| vBasicValue | ( | double | v | ) |
| vBasicValue | ( | bool | v | ) |
| vBasicValue | ( | uint64_t | v | ) |
| vBasicValue | ( | int16_t | v | ) |
| vBasicValue | ( | ) |
| bool vBool |
Definition at line 131 of file lexer.hpp.
Referenced by yoi::formatToken(), and visitor::visit().
| double vDeci |
Definition at line 130 of file lexer.hpp.
Referenced by visitor::checkMarcoSatisfaction(), yoi::formatToken(), and visitor::visit().
| int64_t vInt |
Definition at line 129 of file lexer.hpp.
Referenced by yoi::formatToken(), yoi::parse(), and visitor::visit().
| int16_t vShort |
Definition at line 133 of file lexer.hpp.
Referenced by yoi::formatToken(), and visitor::visit().
| uint64_t vUint |
Definition at line 132 of file lexer.hpp.
Referenced by yoi::formatToken(), yoi::parse(), and visitor::visit().