A reverse polish notation, stack based, concatinative, compiled programming language
Just run the devsetup.sh shell script, to remove (most of) the effects of development setup script run the undev.sh shell script
If you want debug output just set the DEBUG
environment
variable, for example:
$ DEBUG=1 ./scripts/devsetup.sh
ld
linkernasm
assembly compilerpython3.9
and up- Python
typing
- Linux
Do not contribute to the python script, I will not be merging any PRs related to it, thanks if you decide to, but I really want to get rid of it as fast as I can <3
- completions -- Shell completions
- doc -- The documentation
- editor -- Editor support
- examples -- Rys code examples
- extras -- Extra rys utilities
- logo -- Rys logo
- scripts -- Where scripts go
- src -- Main source code
- tests -- Passing tests
- tests_fail -- Purposely failing tests
- .editorconfig -- Editdorconfig config
- .gitignore -- Git cli ignore list
- .shellcheckrc -- Shellcheck config
- CONTRIBUTING.md -- Contributing rules
- LICENSE -- Project license
- README.md -- Project readme/index file
- TODO.md -- TODOs/accomplishments I want to finish
- requirements.txt -- Python requirements
- tox.ini -- Python tox config
Check the examples folder
All in doc folder