-
Notifications
You must be signed in to change notification settings - Fork 0
Languages
Bubbler-4 edited this page Aug 19, 2021
·
1 revision
This page describes the implementation details of the languages supported.
- Unbalanced brackets give error before execution.
- The tape is unlimited to the right, but going out of the left boundary is an error.
- The tape consists of wrapping 8-bit cells.
-
,writes 0 to the current cell when there is no more input.
- Prints 10000 copies of S. Included for historical reasons.
- Has various printing/crashing/infinite looping behavior depending on the program content.
-hshows the full list of behaviors. - Only listed when built with
ui_debugfeature enabled. (The same applies to theruntibbinary.)