1.0.1 • Published 3 years ago

iskra v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

Iskra language playground

Link goes here.

Repository

  • src: Iskra compiler source
  • site: Iskra playground website source

Grammar

command := repeat | motion
repeat := 'repeat' INT '(' command ')'
motion := ('turn' | 'forward') INT
1.0.1

3 years ago

1.0.0

3 years ago