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.
- Host: GitHub
- URL: https://github.com/lagoon107/seel
- Owner: lagoon107
- Created: 2025-02-17T03:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:25:00.000Z (about 1 year ago)
- Last Synced: 2025-05-16T09:07:13.430Z (11 months ago)
- Topics: interpreter, lalrpop, lexing, parsing, readable, rust, toy-programming-language, tree-walk-interpreter
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.