Skip to content

Releases: suraj-9849/hindiScript

HIndiScript Extension

12 Oct 16:53

Choose a tag to compare

Please Check this Extension present in the VSCode:
Which Helps in adding the colors to the Keywords & Identifiers.

image image

Link: Extension

HindiScript

08 Oct 14:28

Choose a tag to compare

HindiScript v1.0.0

  • Hindi Programming Language Write code in Hindi! HindiScript is a programming language that uses Hindi keywords for a more accessible coding experience.

Quick Start

Download hlang.exe and run your first program using the command: ./hlang.exe run helloworld.hlang

Features

Hindi Keywords: Use ye, bol, agar, jabtak instead of var, print, if, while
Functions: Create reusable code with firseKaro
Loops: jabtak (while), dohraye (repeat/infinite loop)
Conditionals: agar (if), ya fir (else if), ya (else)
Control Flow: roko (break), aage badho (continue), wapas bhejo (return)

Installation

Download hlang.exe from this release
Place it in your project directory
Run: ./hlang.exe run filename.hlang

Documentation

See [README.md](https://github.com/suraj-9849/hindiScript/blob/main/README.md) for complete keyword reference and examples.

What's Included

hlang.exe - Windows executable (standalone, no dependencies required)

System Requirements

Windows 7 or later
No Go installation needed to run programs.

Full Changelog: https://github.com/suraj-9849/hindiScript/commits/Release