Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.65 KB

JawaScript

A script built in Javanese Language, a language that is easy to use and implement and has the same structure as JavaScript because it is only a translation.

Note

This project was inspired by RioChndr/jaksel-language, thanks for inspiring me! and i'm not focusing on the top priority of this project, but if you want to try developing or updating on my repo please do, if there are any problems please report them, this is also just entertainment material.

How does this happen

Where in this script there is one file to define all the syntax from Javanese to javascript which is really common javascript, everything is done without any library just enough to overwrite and translate it into javascript.

How to use

You can simply install it into the global module on npm or yarn, you are free to use what you want but give this script to global.

npm i -g jawascript@https://github.com/ernestoyoofi/jawascript

Then to run the script use a command like this

jawaskrip <filename>.jawa
# or use
jawaskrip <filename>.jw

For you to try to build this jawascript into javascript use the --dir flag or arg and then forward the folder you want to build to

jawaskrip --dir ./myproject

Example

Check this folder or documentation in here

Others

If there are problems such as syntax not reading properly or mistranslate, please report it, if there are additions or want to change it, please change the script or make a new report so I can update it.