Skip to content

Dockedchutoy/LoopScriptInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopScript Interpreter

This is a simple AST interpreter for the esolang LoopScript. It supports all instructions defined.

If the interpreter is provided with a file path as an argument, it will attempt to execute the file. Otherwise, a simple REPL can be used.

The samples folder has most of the examples from the wiki article, so you can play around with those.

LoopScript on Esolangs Wiki: https://esolangs.org/wiki/LoopScript

License

The interpreter itself is licensed under the MIT License (see LICENSE)

The provided sample files (located in the "samples" folder) use code from the Esolangs page for LoopScript, and thus fall under Public Domain.

About

Python Interpreter for the LoopScript esolang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages