https://github.com/devyatsu/aspen
Aspen - A simple scripting language.
https://github.com/devyatsu/aspen
Last synced: 10 months ago
JSON representation
Aspen - A simple scripting language.
- Host: GitHub
- URL: https://github.com/devyatsu/aspen
- Owner: DevYatsu
- License: mit
- Created: 2024-04-23T22:06:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T11:38:14.000Z (about 2 years ago)
- Last Synced: 2025-01-15T18:24:59.404Z (over 1 year ago)
- Language: Rust
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aspen - My scripting language.
After [ComfyScript](https://github.com/DevYatsu/ComfyScript.git), [JadeFlow](https://github.com/DevYatsu/JadeFlow.git) and [plk_fast](https://github.com/DevYatsu/pkl_fast.git), after losing hours and hours of work in order to create a true parser/interpreter, here we are.
I want to believe this one is the right one, I've learned from my mistakes... At least I hope so! Let's see how the project moves on.
## Progress
- [x] Lexer: done, perfect, we are on a right path
- [ ] Parser: I am on it!
- [ ] Interpreter: ...