Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pihart/loopwhile
- Owner: pihart
- Created: 2020-07-05T04:52:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T23:01:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T20:46:33.954Z (over 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/.