Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pihart/loopwhile

A transpiler and beautifier for LOOP and WHILE
https://github.com/pihart/loopwhile

loop loop-language primitive-recursive transpiler while-language

Last synced: 27 days ago
JSON representation

A transpiler and beautifier for LOOP and WHILE

Awesome Lists containing this project

README

        

# 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/.