1.2.2 ⢠Published 11 months ago
@dhiraj2105/dlang v1.2.2
š 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!