sukoon-typing
v1.3.0
Published
Custom Hinglish Programming Language Interpreter
Maintainers
Readme
Sukoon (سکون) 🚀
Sukoon is a fun, lightweight, custom Hinglish programming language interpreter built using Node.js. It allows you to write simple programming logic using everyday Hinglish keywords.
📦 Installation
Install Sukoon globally using NPM:
npm install -g sukoon-typing
Quick Start
Create a file named main.sk.
Write your Sukoon code:
maan lo a = 20
maan lo b = 5
dikhao "--- Sukoon Language Output ---"
dikhao a jodo b
dikhao a ghatao b
dikhao a guna karo b
dikhao a bhaag do b
Run the file using the CLI:
sukoon main.sk
📖 Syntax Guide
Keyword maan lo , dikhao
Description Variable declare karne ke liye , Output print karne ke liye
Example maan lo age = 18 , dikhao "Hello World"
Author
Created with ❤️ by Abdul Ghaffar Memon
📄 License
MIT
---
