VRScript 🔗
This was done for fun to make vr-asm much easy written in Python.
Features 🔗
- Basic variables can be stored
- add() function alone has been implemented, which is addi in asm.
Working 🔗
compiler.py 🔗
Runs in a similar fashion to the assembler.
- Line by line is parsed.
- `` are comments.
extractor.py 🔗
- Based on opcode, an extractor function is chosen.
- This function further rights the correct assembly code in to a
.asmfile.
This compiler will be built properly. At the point of writing documentation, this compiler isn’t the main focus for this project. It was written genuinely for fun so yeah.