mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
ExpressionParser: Add XOR operator.
This commit is contained in:
parent
6282b0d83e
commit
1fe44238b1
3 changed files with 15 additions and 3 deletions
|
@ -39,6 +39,7 @@ enum TokenType
|
|||
TOK_LTHAN,
|
||||
TOK_GTHAN,
|
||||
TOK_COMMA,
|
||||
TOK_XOR,
|
||||
TOK_BINARY_OPS_END,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue