broom-lang / broom

A programming language with first-class modules and algebraic effects.
https://broom.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Assemble and link #55

Closed nilern closed 4 years ago

nilern commented 4 years ago

ATM we produce an assembly file with a main symbol that can be assembled and linked with a C compiler. We should drive the assembler and linker ourselves so that we directly produce an executable.