1.0.5 • Published 1 year ago

hindiscript v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago