This project introduces a unique Script Interpreter that leverages the beauty of Sanskrit keywords to perform operations like arithmetic calculations, conditionals, and more. Perfect for enthusiasts of linguistics and programming alike!
-
Step 1: Fork the Repository
Start by forking this repository to your GitHub account. -
Step 2: Set Workflow Permissions
- Navigate to Settings > Actions > General.
- Under Workflow permissions, select Read and write permissions and save changes.
-
Step 3: Provide Input in
input.txt
Write your desired command or input in theinput.txtfile. -
Step 4: View Output in
output.txt
The program’s output will be automatically saved in theoutput.txtfile for easy access.
- Addition ➕ (
yojay)
Example:yojay(5, 3)→ Output:8 - Subtraction ➖ (
hrasam)
Example:hrasam(10, 4)→ Output:6 - Multiplication ✖️ (
gunam)
Example:gunam(7, 3)→ Output:21 - Division ➗ (
bhagam)
Example:bhagam(20, 5)→ Output:4

Sample output showcasing results for various operations performed in the script.