1.0.5 • Published 3 years ago

hindiscript v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Hindiscript

Installing

Install hindiscript npm module globally

npm install -g hindiscript

Usage

Create a .hs file with hindiscript code

Sample Hindiscript code

//Sample hindiscript code - test.hs
maanteHain x = 5;
yadi(x>2){
    likho('x 5 se bada hai');
}
anyatha{
    likho('x 5 se chhota hai');
}

Transpile hindiscript to javascript with below code

hindiscript test.hs

This will create an output.js file in the current folder.

Default language is Hindi. Change language through -l argument.

hindiscript test.hs -l gujarati

Supported languages

  • Hindi
  • Gujarati
  • Kannada
  • Telugu
  • Tamil
  • Marathi
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago