iskra
v1.0.1
Published
Iskra language
Downloads
3
Readme
Iskra language playground
Link goes here.
Repository
src
: Iskra compiler sourcesite
: Iskra playground website source
Grammar
command := repeat | motion
repeat := 'repeat' INT '(' command ')'
motion := ('turn' | 'forward') INT