Releases: Asterism12/BUAA-SE-CompilingZero
CompilingZero The Final Version
Fix many bugs during testing codes. But perhaps there are still bugs in this code.
This version may be the final version and never change again.
Best wishes for you!
The official version CompilingZero
Usage: cc0 [options] input
Positional arguments:
input specify the input file.
Optional arguments:
-h --help show this help message and exit
-s Translate the input c0 source code into a text assembly file
-c Translate the input c0 source code into a binary object file
-h Shows help with compiler usage
-o specify the output file.[Required]
The official version Of CompilingZero
Usage: cc0 [options] input
Positional arguments:
input specify the input file.
Optional arguments:
-h --help show this help message and exit
-s Translate the input c0 source code into a text assembly file
-c Translate the input c0 source code into a binary object file
-h Shows help with compiler usage
-o specify the output file.[Required]
The test version CompilingZero
Has two more options for testing tokenizer and analyser.