mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-09-28 14:17:37 +00:00
Added power operator '^', added OP_POW
- added TOKEN_CARROT to clex.[ch]
This commit is contained in:
@@ -40,6 +40,7 @@ typedef enum {
|
||||
OP_MULT,
|
||||
OP_DIV,
|
||||
OP_MOD,
|
||||
OP_POW,
|
||||
OP_NOT,
|
||||
OP_NEGATE,
|
||||
OP_COUNT,
|
||||
|
Reference in New Issue
Block a user