1 devlog
2h 8m 26s
It compliles python like code to ASM, it is very early in development and is not fully functional yet
It compliles python like code to ASM, it is very early in development and is not fully functional yet
I have finished converting number statements to ASM code.
It only works on positive integers at the moment but i plan to expand it later cause right now i want to keep it simple.
The program parses the math statement into lexemes which can then be converted to a “postfix” statement which can then be parsed and converted to ASM.
Log in to leave a comment