/SICC.Sharp

SIC compiler built on .NET.

Primary LanguageC#GNU General Public License v2.0GPL-2.0

SICC.Sharp

SIC Compiler based on C#. Written for our university's System Software finals project. Please take the results of this compiler with a grain of salt and only use it to validate your homework.

SIC/XE compilation is not yet supported and likely will never be; however, the menonic formats have already been defined within the MnenonicList model, so feel free to finish this project and PR if you'd like.

Command-line Arguments

SICCSharp 1.0.0
Copyright (c) 2018 Still Hsu

  -i, --input      Required. Input filepath

  -v, --verbose    (Default: false) Enable verbose output

  -o, --output     Output directory. Defaults to input directory.

  --help           Display this help screen.

  --version        Display version information.