Skip to content

padarom/esoterpret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esoterpret

Esoterpret is an extensible esoteric programming language interpreter written in Python. It features a modular setup, debugging features and more. Contribution is well appreciated!

I'm currently looking into using PyQt with the project so it can use a graphical user interface instead of the previously planned text-based command-line one. It will still be possible to use the interpreters using the command line, but without the debugging features.

Feature Set

Esoterpret is still under active development and by no means finished. These features do not only represent implemented features, but also ones that are still to come (or that might never come at all).

  • Run code in multiple esoteric programming languages using one tool
  • Create your own interpreters and incorporate them using the module system
  • Debug your code step by step (if supported by interpreter)
  • Codegolf Challenge Mode
    • Define test suits with inputs and expected outputs
    • Add golfed code
    • Test every code, verify its validity (with your test suit) and sort by lowest byte count

Currently Supported Languages

You're free to add your own interpreters if you want to and file a pull request for them. Our contribution guide will help get you started! (Coming Soon!)

We're also planning to add the ability to incorporate external interpreters/compilers. They will not necessarily contain the complete feature set offered by Esoterpret, but can still be run by it.

How to use

Esoterpret requires Python 3. Just download the repository (or clone it) and run esoterpret.py:

$ python esoterpret.py --help

Interpreters for specific languages can be found in the modules directory. Using the parameter --list-languages you can list all languages that include a valid config file:

$ python esoterpret.py --list-languages
- Brainfuck (brainfuck)
- Mornington Crescent (morningtoncrescent)

To run a program, you need to specify the language and the path to the scriptfile:

$ python esoterpret.py -l morningtoncrescent modules/morningtoncrescent/examples/hello-world.mcresc
Hello, World!

About

Extensible esoteric programming language interpreter written in Python 3. *Not in active development/contributors needed*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages