/WebLab

Web interpretation of KarmelScript Interpreter

Primary LanguageJavaScriptMIT LicenseMIT

Web interpretation of KarmelScript Interpreter

Latest update:

Added 'flush console' with clr instruction

<More about instructions here>

27.04.2022's update:

Added stack with psh and pop instruction
Added several math instructions (mul - multiply, div - divide, mod - remainder)

<More about instructions here>

24.04.2022's update:

Added get instruction
Example ussage: get g_pressed sys_input KeyG

Get instruction allows for more things like gathering input, which returns 0 or 1,
depending if the button is pressed or not. It also allows for gathering stuff like time,
or random value.

For example: get rnd sys_env Random.

<More about instructions here>