zom-lang / zom

Zom is a Ahead Of Time compiled system programming language.
Other
4 stars 2 forks source link

Packages, modules, import system in Zom #26

Closed Larsouille25 closed 5 months ago

Larsouille25 commented 1 year ago

Clarify, packages, modules, create an import system in Zom:

fn main() void {} // => example.main

pub mod somecode { fn hello() void { ... } // => example.somecode.hello }

Larsouille25 commented 1 year ago

Maybe try to incorporate the LLD linker ?

Larsouille25 commented 5 months ago

Has been done in the pr #58