Home
Purpose
An organized place to put all my programming language design projects. I am making an attempt to keep the (finished) projects here well-documented and tested. Some of them are directly related to programming language design (like my java type system implementation), and others are just libraries that depend on the PLD libraries (like my injection library, which utilizes the type system implementation).
Projects
- Collect - Some basic collection utilities used in other projects
- Almonds - Super simple constraint solving framework
- Jype - Java type system implementation
- Fill - Simple java injection library
- Cashews - Java bytecode instrumentation library