/datum/n_Parser/nS_Parser
Vars | |
expecting | A variable which keeps track of whether an operator or value is expected.
It should be either |
---|---|
Procs | |
GetExpression | Takes a token expected to represent a value and returns an |
ParseFunctionExpression | Parses a function call inside of an expression. (See also <ParseExpression()>) |
Precedence | Compares two operators, decides which is higher in the order of operations, and returns |
Var Details
expecting
A variable which keeps track of whether an operator or value is expected.
It should be either
Proc Details
GetExpression
Takes a token expected to represent a value and returns an
ParseFunctionExpression
Parses a function call inside of an expression. (See also <ParseExpression()>)
Precedence
Compares two operators, decides which is higher in the order of operations, and returns