|
Need Help about Writing a Programming Lanuage
Hi,
I am thinking of a project where I want to write my own programming language, specifically designed to make standalone applications. I know (or at least I THINK I know) that I have to use assembly to do this. However, I am not sure about the details. Do I write some sort of translator that translates the programmer's programming into assembly, and then assemble that with an assembler like NASM what?
Please help!
Thanks
|