dplassgit / d2lang

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

Generate architecture-independent code instead of x64 #354

Open dplassgit opened 3 weeks ago

dplassgit commented 3 weeks ago

This will allow running on other systems (Mac, Linux, etc.)

It could generate C/C++ or even Java.

dplassgit commented 3 weeks ago

Maybe write it in d2lang?