dhurandar
v1.0.5
Published
A fun programming language compiler
Maintainers
Readme
🎨 VS Code Extension (Syntax Highlighting)
Use the official Dhurandar VS Code extension to make your code colorful and visually appealing!
📥 Download Link
🛠️ How to Install
- Download the
.vsixfile from the link above. - Open VS Code and navigate to the Extensions tab (
Ctrl+Shift+X). - Click on the three dots (...) menu located in the top right corner of the extensions panel.
- Select "Install from VSIX..." from the dropdown menu and choose the downloaded file.
🌟 About Dhurandar
Dhurandar is a lightweight, esoteric programming language built on top of JavaScript. It replaces boring traditional syntax with hilarious Hinglish keywords to make coding entertaining and stress-free!
🚀 How to Run (No Installation Needed!)
Forget about global installation errors, execution policies, or Windows PowerShell issues. You can run Dhurandar directly using npx!
Step 1: Write your code
Create a file with the .pakkimkc extension (e.g., test.pakkimkc) and write your Dhurandar code:
hamza ali mazari
oye sun a = 10
oye sun b = 20
oye sun sum = a + b
hamzaKiDiary("Total is: " + sum)
agar(a < b) {
hamzaKiDiary("B is bigger!")
}