Renamed GlyphInterpreter to Runner

- Added features section to README
- Added version into project
This commit is contained in:
Tony Bark 2025-05-06 21:10:19 -04:00
parent 65814f2164
commit ae16966edf
4 changed files with 20 additions and 5 deletions

View file

@ -1,6 +1,20 @@
# 🧪 Glyph
# 💾 Glyph
Glyph is a human-readable esoteric programming language that is designed to fit into a 57x57 QR code (~1,187 characters). With the initial implantation scaffold together using GPT, it is written C# with the interpreter based on Dynamic Expresso.
Glyph is a human-readable esoteric programming language that is designed to fit into a 57x57 QR code (~1,187 characters). With the initial interpreter scaffold together using GPT, it is written C# with the interpreter based on Dynamic Expresso.
## 🎛️ Features
- [x] Parser
- [ ] CLI tool
- [ ] Unicode support
- [ ] Compiler
- [ ] QR Code
- [ ] Base64
## 🧾 Program Structure