Hello everyone,
I have just created an ML compiler to experiment with some ideas. The compiler is missing native compilation and a proper REPL, so I'm thinking of reusing the existing backend and runtime system of PolyML to build a complete compiler system. I believe the design of PolyML is modular enough for new frontends to be attached to the existing backend, but I have no idea where to start. Could someone point me in the right direction please?
Shuhan HE