ShravScript

ShravScript Source v1.0.0

Latest stable release - Source Code

  • Last updated: 16 May 2025
  • Size: 227 KB
  • Python 3.6+ Compatible

Clone from GitHub

Get the latest source code directly

git clone https://github.com/ShravanShankarCS/ShravScript.git
View on GitHub

Usage Guide

1

Prerequisites

Ensure you have Python 3.6 or higher installed on your system.

python --version
2

Extract or Clone the Source

Extract the downloaded source code or clone from GitHub:

git clone https://github.com/ShravanShankarCS/ShravScript.git
cd ShravScript
3

Install Dependencies

Install the required dependency for network operations (optional):

pip install requests
4

Running a ShravScript Program

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!

System Requirements

Need Help?

If you encounter any issues or have any questions, please check out our documentation or raise an issue on GitHub.