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: 12 months ago
JSON representation
A transpiler and beautifier for LOOP and WHILE
- Host: GitHub
- URL: https://github.com/pihart/loopwhile
- Owner: pihart
- Created: 2020-07-05T04:52:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T23:01:53.000Z (about 3 years ago)
- Last Synced: 2025-01-16T07:14:16.977Z (about 1 year ago)
- Topics: loop, loop-language, primitive-recursive, transpiler, while-language
- Language: Python
- Homepage: https://pihart.github.io/LOOPWHILE/
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/.