xo-parser: feat: + assign operator handling [wip, untested]
This commit is contained in:
parent
00625ee063
commit
1145830bb1
2 changed files with 29 additions and 2 deletions
|
|
@ -19,8 +19,11 @@ namespace xo {
|
|||
enum class optype {
|
||||
invalid = -1,
|
||||
|
||||
op_assign,
|
||||
|
||||
op_add,
|
||||
op_subtract,
|
||||
|
||||
op_multiply,
|
||||
op_divide,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue