Releases: leslie255/sharklang
Releases · leslie255/sharklang
Version 0.1 🎉
Install:
- Download the
sharkc
binary, put it at~/.config/sharkc/sharkc
- Download
import.tar.gz
, extract theimport
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