This project is a simple Sanskrit-like code interpreter written in JavaScript. The interpreter allows users to write code using syntax inspired by the Sanskrit language and execute it within a web browser environment.
- Variable declaration and assignment using Sanskrit-inspired syntax.
- Conditional statements (If-Else) with Sanskrit keywords.
- Custom
mudranam()
function for processing data. - Input functions for both strings and integers with Sanskrit keywords.
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser. - Use the provided editor to write Sanskrit-inspired code.
- Click the "Run Code" button to execute the code.
- View the output in the "Output" tab.
script.js
: Main JavaScript file containing the interpreter logic.index.html
: HTML file with the user interface.- Styles and other assets are included for a complete user experience.
To run the project locally, simply clone the repository and open the index.html
file in a web browser.
Contributions are welcome! Feel free to open issues, submit pull requests, or suggest improvements.
This project is licensed under the MIT License - see the LICENSE file for details