xo-parser: feat: + assign operator handling [wip, untested]

This commit is contained in:
Roland Conybeare 2024-08-27 16:23:04 -04:00
commit 1145830bb1
2 changed files with 29 additions and 2 deletions

View file

@ -19,8 +19,11 @@ namespace xo {
enum class optype {
invalid = -1,
op_assign,
op_add,
op_subtract,
op_multiply,
op_divide,