Interpret Esolangs

From Esolang
Jump to navigation Jump to search

Interpret Esolangs is an esolang that interprets many esolangs. It is invented by User:None1.

Commands

Interpret Esolangs programs are in one line, that consists of lowercase commands separated by spaces.

There are these commands:

brainfuck, interprets brainfuck.

befunge, interprets befunge.

chicken, interprets chicken.

witespace, interprets whitespace.

no., interprets No..

nope., interprets Nope..

text, interprets Text.

interpretme, interprets InterpretMe.

self, a self interpreter.

Example Programs

Print Nope.

nope.

Cat Program

text

self interpreter

self

Print No.

no.

brainfuck interpreter

brainfuck

Computational class (?)

It is not Turing complete, but since it can write a brainfuck interpreter, it is ℒ-complete.