Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 428 Bytes

LOOPWHILE

This is a bodged-together interpreter for an extended syntax I wrote for the LOOP and WHILE programming languages. Most user-side documentation can be found at the link below (or /docs/index.html). The Python file loopwile.py is from @cjquines.

The array data structure is potentially unstable; it hasn't been tested as there is absolutely no need to use it.

Play with it at https://pihart.github.io/LOOPWHILE/.