A collection of esolang (esoteric programming language) specification and interpreters, all written in Python.
Execute scripts or view language specifications directly from the root directory using main.py.
python main.py run <language> <path/to/file>
python main.py run brainfuck hello_world.bfpython main.py spec <language>
python main.py spec brainfuckIf you want to contribute to EsoPy, check the contributing guidelines.