Skip to main content

Javanese programming language base on python

Project description

Jawa-Language

Jawa-Language, Programming language for javanese people. this language is based on python.

Required

  • Python 3.x

Installation

> pip3 install jawalang

Or clone this repository and

> pip3 install -e .

Run

> jawalang run <your_file.jw>

Syntax Highlighter

Install Visual Studio Code extension Jawa-Language-Support

Example

You can find more in example folder

a = 0
b = 1

# if a == b
yen a podo karo b:
    nyetak("podo")
# elif a != b:
liyane tur a bedo karo b:
    nyetak("bedo")
# else
liyane:
    nyetak("Bedo cuk")

# Short hand if else
nyetak("Bedo") yen a bedo karo b liyane nyetak("podo")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jawalang-1.0.5.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page