Interpreter
prototype alpha
c++ interpreter for make believe language
Loading...
Searching...
No Matches
◆
createVariable()
std::shared_ptr<
tokenNode
> parser::createVariable
(
const std::string &
var_DT
)
private
beings creation of a variable and pushes variable onto the stack after creating it
Parameters
var_DT
data type of variable whether word or number
Returns
std::shared_ptr<tokenNode>
parser
Generated by
1.9.7