Get the source code for ShravScript and start coding today.
Ensure you have Python 3.6 or higher installed on your system.
python --version
Extract the downloaded source code or clone from GitHub:
git clone https://github.com/ShravanShankarCS/ShravScript.git
cd ShravScript
Install the required dependency for network operations (optional):
pip install requests
Run a sample program directly from the source:
shrav.bat src/examples/hello_world.shs
Or if you're in a Unix based system, then:
shrav.sh src/examples/hello_world.shs
You should see: Welcome to ShravScript!
If you encounter any issues or have any questions, please check out our documentation or raise an issue on GitHub.