mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added parsing for signed integers and floats
This commit is contained in:
parent
ab33234027
commit
ca8002e533
7 changed files with 126 additions and 13 deletions
|
@ -29,6 +29,11 @@ namespace Compiler
|
|||
bool mNextOperand;
|
||||
TokenLoc mTokenLoc;
|
||||
|
||||
char popUnaryOperator();
|
||||
///< returns 0 and not popping, if the next operator isn't unary
|
||||
|
||||
char popOperand (std::vector<Interpreter::Type_Code>& code);
|
||||
|
||||
public:
|
||||
|
||||
ExprParser (ErrorHandler& errorHandler, Context& context, Locals& locals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue