All related to URCL++ files that compile it to URCL. URCL++ is amazing! change my mind :P Programming in low level and teaching newbs how assembly works was never this easy with urcl++. This new variation is meant to help the user programm more efficiently and allow for more complex features such as new advanced instructions, macros, smart typing, libraries, etc. Hopefully urclos can be written here B) Have a good day :)
~Kuggo
Run the compiler by entering the following command in the terminal
python compiler2 <sourcefile> [<destinationfile>]
Add the bin folder to your Path environment variable. Now (re)start the terminal and you can run the compiler anywhere simply by running:
urclpp <sourcefile> [<destinationfile>]