@dhiraj2105/dlang
v1.2.2
Published
A basic programming language built for learning and experimenting
Downloads
23
Maintainers
Readme
🌐 Dlang — A Simple Interpreted Language
Created by Dhiraj — Designed for learning, experimenting, and future expansion 🚀
How to Run code
Install dlang interpreter (You have to install it globaly)
On Linux :
sudo npm install -g @dhiraj2105/dlangOn Windows : Run powershell as adminstrator,
npm install -g @dhiraj2105/dlangCreate .dlang file
dlang file.dlangIf Running from Git repo
Clone the git repo
git clone https://github.com/your-repo/dlang.gitOpen the folder and run
node src/index.js examples/example.dlang
📜 Sample dlang Code
let x = 10
let y = 5
print x + y
# This is a comment🛠️ Technologies Node.js JavaScript No third-party compiler libraries (built from scratch)
✨ Contribute and Star the Repo
If you like dlang, feel free to:
Contribute by creating issues or submitting pull requests.
Star the repository to show your support and help others find it!
