Skip to content

Releases: Asterism12/BUAA-SE-CompilingZero

CompilingZero The Final Version

26 Dec 15:30
Compare
Choose a tag to compare

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

26 Dec 09:16
Compare
Choose a tag to compare

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

26 Dec 04:35
Compare
Choose a tag to compare

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

26 Dec 01:10
Compare
Choose a tag to compare

Has two more options for testing tokenizer and analyser.