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

Implemented mutable stack allocated variables #29

Closed lucasnorman07 closed 2 months ago

lucasnorman07 commented 2 months ago

Added support for mutable stack allocated variables with variable declarations, assignments and definitions.