QR Code renderer

- Will output QR Code as SVG
- Temporarily removed Base64 feature
- Changed install.sh to focus on platform
- Makefile can now build and package for macOS or Linux separately
This commit is contained in:
Tony Bark 2025-05-07 11:40:52 -04:00
parent 09b52a4f28
commit 66d4cbc9ec
12 changed files with 318 additions and 37 deletions

View file

@ -12,9 +12,9 @@ Glyph is a human-readable esoteric programming language that is designed to fit
- [ ] Compiler
- [ ] QR Code
- [x] QR Code
- [x] Base64
- [ ] Base64
## 🧾 Program Structure
@ -48,6 +48,8 @@ verb subject object [modifier]
- .NET 8.0
- Dynamic Expresso for interpreter
- CILx for command line
- QRCoder for renderer
## 🗓️ Update Cycle