dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Allow for an alternate assembler and/or linker #296

Closed dplassgit closed 2 months ago

dplassgit commented 8 months ago

Instead of nasm and gcc.

dplassgit commented 7 months ago

Maybe D2Compiler should just spit out the .asm file, and a shell script (or bazel build rule) should run nasm and gcc?

dplassgit commented 7 months ago

https://registry.bazel.build/modules/nasm woot

dplassgit commented 2 months ago

I'm never going to get to this