rhaeguard's stuff.
- some cool side projects
- visualizations with canvas api
- phont - rendering ttf fonts from scratch
- rgx - a tiny regex engine
- shum - a concatenative language for jvm
- snake - a snake game with procedurally-generated maps
- cells - a spreadsheet with lisp-like formulas
- all posts
- 2024-07-16 Thoughts on Software Development Pratices
- 2024-07-16 Learning by association
- 2023-11-09 How to parse JSON using shift-reduce parsing approach
- 2023-10-07 How to build a regex engine from scratch