• Val@lemm.eeOP
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      I’m intending to use this for a custom language “OA” that I want to compile to Rust and JS to start with.

      I don’t know enough about LLVM to compile directly to machine code although I would like to.

        • Val@lemm.eeOP
          link
          fedilink
          arrow-up
          4
          ·
          2 months ago

          Thanks!

          I intend for the language to have a similar borrow checker and type system. Which is why I’m targeting rust. It means I have something to check against when writing the tooling. (Although I’m not sure I’ll get that far. My computer is littered with dead projects).