Installation
Make sure you have Python installed on your PC. Download the code from GitHub. Once downloaded, navigate to the download directory:
cd /path/to/code/
Repository Link:
https://github.com/hi-its-matte/Project-SunSet/
Quick Example
let x = "10"
let y = "5"
print "x" + "y"
if "x" = "10":
print "it's ten"
else:
print "it's not ten"
Currently, Project Sunset supports variable assignments, printing, string concatenation, and basic if/else conditions.
Contribute
SunSet is open-source. Submit a pull request or report issues on GitHub.
Report Bugs
Use the repository tracker for bug reports or feature requests.