28 const std::string&
asStr()
const override;
32 const type& getType()
const override;
35 static std::string toLower(std::string it);
Core AST node for stela configuration language.
Definition stela.hpp:49
Core class for runtime type information in byeol language.
Definition type.hpp:100
Value stela node for storing primitive values.
Definition valStela.hpp:17
const std::string & asStr() const override
Converts the stela object's value to a string.
nchar asChar() const override
Converts the stela object's value to a character.
nint asInt() const override
Converts the stela object's value to an integer.
nbool asBool() const override
Converts the stela object's value to a boolean.
Rich logging support with polymorphic type conversion.
Definition richLog.hpp:34