Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 514 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 514 Bytes

micro BAIK (µBAIK) lang

µBAIK is a scripting language for IoT, web assembly baik

Playground

http://baik-lang.id/play.html baik playground

Build

$ make

Install

$ sudo make install

Web Assembly

$ baik -w source.ina

µBAIK on Android (termux)

$ pkg install -y clang make git
$ git clone https://github.com/anak10thn/micro-baik-lang.git
$ cd micro-baik-lang
$ make termux
$ make install
$ baik examples/loop.ina