PyASM - Compliles python like code to ASM banner

PyASM - Compliles python like code to ASM

1 devlog
2h 8m 26s

It compliles python like code to ASM, it is very early in development and is not fully functional yet

thecyberden

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.

Attachment
0