Skip to content

Commit

Permalink
removed token mode enumeration (leftover from old translator)
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder422 committed Sep 7, 2013
1 parent 637eb58 commit 0ec09e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions ibcp.h
Expand Up @@ -83,17 +83,4 @@ enum SubCode
};


// expected token mode after command type
enum TokenMode
{
Null_TokenMode, // no token mode set flag
Command_TokenMode, // expecting command
Assignment_TokenMode, // expecting assignment
AssignmentList_TokenMode, // comma separated assignment started
Expression_TokenMode, // inside expression
Reference_TokenMode, // reference expected
sizeof_TokenMode
};


#endif // IBCP_H
1 change: 0 additions & 1 deletion table.h
Expand Up @@ -115,7 +115,6 @@ class Table
const QString name2(Code code) const;
const QString debugName(Code code) const;
int hasFlag(Code code, int flag) const;
TokenMode tokenMode(Code code) const;
Code unaryCode(Code code) const;
int precedence(Code code) const;
int operandCount(Code code) const;
Expand Down

0 comments on commit 0ec09e0

Please sign in to comment.