Skip to content

Khuirul-Huda/bucin-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucin Programming Language

Bucin Programming Language - BPL is heart touching programming language. Love yourself before loving others <3. for now just for fun not for production. still just a language translation.

Compiling

you can use pyinstaller

  1. pip install pyinstaller
  2. git clone https://github.com/Khuirul-Huda/bucin-language.git
  3. cd bucin-language
  4. pyinstaller bucin.py --add-data="./words/basic.json:words"

Usage

bucin <filepath>

or

python3 bucin.py <filepath>

example: bucin example.bucin

Basic Syntax

jujur dia itu "baik"

dia = "baik"

sebenarnya aku itu "suka"

aku = "suka"

ungkapkan("Hello World")

print("Hello World")

Example

jujur dia itu "baik"
sebenarnya aku itu "suka"

klo (dia bener bener "baik") lakuin ini buat dia
    ungkapkan('Hai kakak baik banget deh. boleh kenalan?')
klo gak, lakuin ini buat dia
    ungkapkan('Hai kak, jahad bgt deh')

Output: Hai kakak baik banget deh. boleh kenalan?

About

♥ bucin programming language ♥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages