Eryx is a decently fast simple dynamically typed programming language similar to javascript/python.
Why the name "Eryx"? The language was made using python which is a family of snake and the name eryx is a snake genus.
Full documentation is available here.
To install the latest stable release, just install it from PyPI using:
pip install eryx
If you want to install the latest beta version head over to the releases page, download the desired .whl
file and install it using:
pip install Eryx-(version)-py3-none-any.whl
The CLI can be accessed with the following command:
eryx
Subcommands:
- repl: Start the REPL
- run: Run an Eryx file
- server: Start the web IDE
- test: Run the test suite
A huge thanks to tylerlaceby for his "Build a Custom Scripting Language In Typescript" series.
This project is licensed under the MIT License.