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

Flex bison llvm implementation #25

Closed lucasnorman07 closed 3 months ago

lucasnorman07 commented 3 months ago

New lexer and parser implementation using Flex/Bison and new AST structure with LLVM code generation

pontushenriksson commented 3 months ago

Thank you for your contribution!

_seal