Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

change import syntax #315

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

Fixes #215

littlewhitecloud commented 1 year ago

Will it take more memory?

Akuli commented 1 year ago

Not noticably. LLVM stuff (creating LLVM IR, optimizing IR, writing IR to object files) takes up much more memory than the rest of the compilation, and this doesn't affect the LLVM IR much.