bigyihsuan / International-Phonetic-Esoteric-Language

IPEL. An esoteric programming language that uses mostly IPA.
MIT License
10 stars 1 forks source link

For-Loop loops #11

Closed bigyihsuan closed 4 years ago

bigyihsuan commented 4 years ago

A for loop would be nice. Do-while is implemented as |a|(code)ʌʟ|a| and while as ʌʟ|b||a|(code)ʟ|a||b|. For loops are complex currently, and a Forth-like do ... loop would simplify things.

Close-mid to open front vowels are available. Open vowels available.

For-Loop

Uses

[1]: see https://stackoverflow.com/questions/6949434/how-to-implement-loop-in-a-forth-like-language-interpreter-written-in-c

bigyihsuan commented 4 years ago

Finished loops with commit cbd1bf4.