Totem-Studios / lotus

Lotus is a type-safe compiled programming languages designed to simplify systems programming, achieving memory safety using RAII.
https://totemstudios.org/lotus
MIT License
4 stars 2 forks source link

Variable assignment operators are not implemented [FEATURE REQUEST] #33

Closed lucasnorman07 closed 2 months ago

lucasnorman07 commented 3 months ago

Is your feature request related to a problem? Please describe.

Variable assignment operators like += -= and %= are not implemented.

Describe the solution you'd like

A modification of the ASTVariableAssignment node to accommodate for operators in the assignment.

github-actions[bot] commented 3 months ago

Welcome to our community! We're thrilled that you've opened an issue. Our team will assist you shortly.

lucasnorman07 commented 2 months ago

The +=, -=, *=, /= and %= operators have now been implemented