1.2.2 • Published 1 year ago

@dhiraj2105/dlang v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

🌐 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/dlang

On Windows : Run powershell as adminstrator,

npm install -g @dhiraj2105/dlang

Create .dlang file

dlang file.dlang

If Running from Git repo

Clone the git repo

git clone https://github.com/your-repo/dlang.git

Open 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!

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago