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 while loops and the increment/decrement operators #30

Closed lucasnorman07 closed 2 months ago

lucasnorman07 commented 2 months ago

Implemented while loops and for loops as well as the unary prefix and postfix operators for incrementing and decrementing variables by one. I also added more error checks for function arguments and return statements inside of functions.