julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

compiler: reimplement codegen #103

Closed mertcandav closed 5 months ago

mertcandav commented 5 months ago

This PR implements new code generation algorithm based on current implementation. Comes with refactoring, improvements, optimizations and common write functionality.