An open API service indexing awesome lists of open source software.

https://github.com/lagoon107/seel

A repo housing SEEL, a simple, readable tree-walk interpreter.
https://github.com/lagoon107/seel

interpreter lalrpop lexing parsing readable rust toy-programming-language tree-walk-interpreter

Last synced: about 1 month ago
JSON representation

A repo housing SEEL, a simple, readable tree-walk interpreter.

Awesome Lists containing this project

README

          

# Overview
SEEL, short for Simple Easy Eccentric Language, is a simple modern language based on one single principle... Simplicity!

# Why SEEL?
SEEL is meant to be used when you just want something simple that works, without all the hassle of javascript or python.

# Status
Currently SEEL is VERY early in development and is NOT something that should be used for production applications.