- Created a new VSCode Extension subproject
- Created a new Bolt CLI subproject
- Created a new Bolt Language Server subproject
- Created a new Bolt Compiler subproject
- Moved most existing code to the new Compiler subproject
- Added a small language server
- Laid the foundations for a Hindley-Milner type checker
- Fixed some bugs and type errors in the compiler
- Removed the unused testing infrastructure
- Added an example parser test that should be run with Ava
- Add a new `TransformManager` that automatically sets up pipelines
- Integrate with a small IoC-like-framework
- Add template code for some new transformations
- `Program` is not seperate from a new class `Frontend`
- Fixed some bugs in `src/treegen/`