Skip to content

Releases: leslie255/sharklang

Version 0.1 🎉

27 Oct 17:40
Compare
Choose a tag to compare

Install:

  • Download the sharkc binary, put it at ~/.config/sharkc/sharkc
  • Download import.tar.gz, extract the import folder, put it at ~/.config/sharkc/import/
  • Download compile.py, put it at ~/.config/sharkc/compile.py
  • Add alias sharkc="python3 ~/.config/sharkc/compile.py" in the shell config

Contributing

This release is still very buggy, if you encountered any unexpected behavior, please open an issue and describe how to reproduce the bug

Additional Notes

For building this version, add branch = main in the .gitmodules, since at the time the default branch for leslie255/madeline is main but now it has been switched to develop