|
Pol
Revision:cb584c9
|
#include "tokens.h"Go to the source code of this file.
Classes | |
| struct | Pol::Bscript::Operator |
Namespaces | |
| Pol | |
| Pol::Bscript | |
Enumerations | |
| enum | Pol::Bscript::Precedence { Pol::Bscript::PREC_PAREN = 14, Pol::Bscript::PREC_UNARY_OPS = 12, Pol::Bscript::PREC_MULT = 11, Pol::Bscript::PREC_PLUS = 10, Pol::Bscript::PREC_LESSTHAN = 9, Pol::Bscript::PREC_BSLEFT = 8, Pol::Bscript::PREC_BSRIGHT = 8, Pol::Bscript::PREC_BITAND = 8, Pol::Bscript::PREC_BITXOR = 7, Pol::Bscript::PREC_BITOR = 6, Pol::Bscript::PREC_EQUALTO = 5, Pol::Bscript::PREC_LOGAND = 4, Pol::Bscript::PREC_LOGOR = 3, Pol::Bscript::PREC_ASSIGN = 1, Pol::Bscript::PREC_COMMA = 0, Pol::Bscript::PREC_DEPRECATED = 0, Pol::Bscript::PREC_TERMINATOR = -1 } |
Definition in file operator.h.