Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RioChndr/jaksel-language
Jaksel Script, Programming language very modern and Indonesian style
https://github.com/RioChndr/jaksel-language
Last synced: 4 months ago
JSON representation
Jaksel Script, Programming language very modern and Indonesian style
- Host: GitHub
- URL: https://github.com/RioChndr/jaksel-language
- Owner: RioChndr
- License: mit
- Archived: true
- Created: 2022-04-05T18:13:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T11:27:18.000Z (7 months ago)
- Last Synced: 2024-11-06T18:08:41.787Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 923
- Watchers: 8
- Forks: 89
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## (δΊΊββΏβ) ππ£πππππ§ππ (β’β‘β’)
This project archived!, You still can clone/fork if you want to build for your own. I do this because no further feature and this project only just for fun. Thanks for all your support!
---
# Jaksel Script
Jaksel Script is a new programming language, very modern, easy to learn, using Indonesia-slang language. No programming experience required.
Thank you for all your contributions, share, star, and everything.
## Instalation & Run
Install from npm
```bash
npm install -g jaksel-language
```
Or Clone this repository```bash
git clone https://github.com/RioChndr/jaksel-language.git
```### Run
If you install from npm, run jaksel script using `jaksel` command
```bash
jaksel example/example1.jaksel
```Or run from this repository
```
node jaksel-interpreter.js example/example1.jaksel
```## Table Of Content
* [Jaksel Script](#jaksel-script)
* [Instalation & Run](#instalation--run)
* [Table Of Content](#table-of-content)
* [Example](#example)
* [Command](#command)
* [Disclaimer](#disclaimer)
* [Showcase](#showcase)
* [Highlight Text Editor](#highlight-text-editor)[github-markdown-toc](https://github.com/ekalinin/github-markdown-toc)
## Example
Example :
```
literally umur itu 21
spill "Umur lu " + umur
kalo umur lebih gede 20
spill "Elu tua"
literally umurgua itu umur + 10
spill "Kalo gua umurnya " + umurgua
kalo umurgua lebih gede 30
spill "gua lebih tua"
udahan
kalogak
spill "dasar bocil"
udahan
spill "Udahan ah"
``````
literally jumlah itu 10
spill "Jumlah: " + jumlahwhichis jumlah itu 11
spill "Jumlah: " + jumlahliterally isHidup itu positive vibes
spill "is hidup :" + isHidupfomo i endup 10
kalo i lebih gede 3
spill "loop ke " + i
udahan
udahan
```### Command
Some command just like javascript, the only different is keyword and this language will translate to javascript and run as javascript. I know, this is just for fun.
- [List Command](Command.md)
### Disclaimer
This project just for fun, I don't want to hurt anyone. Just from idea "what if jaksel language is a programming language" and make it true. This project only for education purpose, not for production ready.
## Showcase
Some cool project from you, submit your project like highlight text, jaksel-to-js, etc. Make PR link to your repo !. Don't limit your creativity
### Highlight Text Editor
- [vim-jaksel](https://github.com/cocatrip/vim-jaksel) jaksel programming language plugin for (n)vim
- [vscode-jaksel-language-support](https://github.com/ngupuk/vscode-jaksel-language-support) visual studio code extension for syntax highlighting, code snippet, and auto formatting