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:
parent
09b52a4f28
commit
66d4cbc9ec
12 changed files with 318 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue