EsoChar
A downloadable esolang
an esolang :)
Syntax for the esolang:
| Character | Purpose |
|---|---|
| l | prints everything in between it and the next semicolon. (the semicolon is MANDATORY) |
| p | prints the return value of the next instruction |
| 0...7 | access the variable of that index |
| n | prints a new line. (why? because new lines dont get inserted automatically) |
| ^ | increases selected variable by 1 |
| v | decreases selected variable by 1 |
| V | sets selected variable to return value of next instruction |
| ? | returns user input |
| L | prints the value of the selected variable |
btw its NOT finished
| Status | In development |
| Category | Tool |
| Author | richvpjr |
| Tags | esolang, programming-language, python |
Download
Download
EsoChar 1.0.0 1.9 kB
Install instructions
- install python (skip if you already have it)
- run it and code
Leave a comment
Log in with itch.io to leave a comment.