Skip to content

Languages

Bubbler-4 edited this page Aug 19, 2021 · 1 revision

This page describes the implementation details of the languages supported.

///

Brainfuck

  • 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.

Deadfish

Debug languages

S10K

  • Prints 10000 copies of S. Included for historical reasons.

ExampleLang

  • Has various printing/crashing/infinite looping behavior depending on the program content. -h shows the full list of behaviors.
  • Only listed when built with ui_debug feature enabled. (The same applies to the runtib binary.)

Clone this wiki locally