Projects
These are some of the open-source projects I've written or contributed to.
- riml: a ruby-like object-oriented language that transpiles to vimL that I wrote. It's no longer being maintained.
- clox: A C implementation of Robert Nystrom's Crafting Interpreters that I wrote. It contains lots of enhancements and new features.
- sub: a command-line utility that I wrote and use often.
- The Ruby programming language: I've contributed to the language by finding bugs, writing tests and contributing to docs.