Welcome to DScript!
I'm Darab Ashar, a 12-year-old student from India, and I've been building my own programming language called DScript.
DScript is a Python-inspired programming language designed to be simple, readable, and beginner-friendly while having its own syntax and implementation.
Current Version: v0.6.0 (Development Preview)
- Variables
- Integer Numbers
- Float Numbers
- Strings
- Input
- Typed Input (
int input,float input) - Arithmetic Operations
- Comparison Operators
- If / Else Statements
- While Loops
- User-defined Functions
- Command Line Support (
dscript --version)
DScript is currently under active development.
This repository is being used to share updates, documentation, examples, and future releases.
The source code is closed-source.
I'd love to hear your feedback!
- What do you think about the syntax?
- Which features would you like to see next?
- Any suggestions are welcome.
Thank you for checking out DScript!
β Darab Ashar