Skip to content

subrattandon/Hinglish-Programming-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hinglish Programming Language

A programming language that combines Hindi and English (Hinglish) syntax, making programming more accessible to Hindi speakers.

Features

  • Hindi-English hybrid syntax
  • Simple and intuitive commands
  • Variables and basic data types
  • Print statements
  • Boolean operations

Commands

  • rakho - Variable declaration (like 'let' in JavaScript)
  • likho - Print statement
  • sach - Boolean true
  • jhoot - Boolean false

Examples

# Variables
rakho naam = "Raj"
rakho umar = 25

# Print statements
likho "Namaste"
likho naam
likho umar

# Booleans
rakho flag = sach
likho flag

Try It Online

Visit our online playground to try Hinglish programming language directly in your browser!

Running Locally

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Run the playground:
    npm run dev
  4. Run tests:
    npm test

Example Files

Check the examples/ directory for sample programs.

About

Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors