Skip to content

Web interpretation of KarmelScript Interpreter

License

Notifications You must be signed in to change notification settings

KarmyDev/WebLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Web interpretation of KarmelScript Interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published