Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 323 Bytes

FRUITLOOP

Implementation of the LOOP programming language which compiles to JavaScript. See: http://de.wikipedia.org/wiki/LOOP-Programm.

  • Look at 'source.loop' for some example code.
  • Run 'main.rb'. This compiles a loop program to JavaScript which is in turn referenced in 'loop.html'.
  • Open 'loop.html'.