0.1.0
72%
The first working version of the Bolt compiler. This version should be able to type-check all relevant language features, and at the very least compile to plain JavaScript.
0.2.0
50%
The first version of the Bolt compiler that itself is written in the Bolt language. This should allow for much more flexibility, better performance, and easier maintenance.
0.3.0
100%
A version of the Bolt compiler that is feature-rich enough to do full-stack web development with. It should at the very least support JavaScript, have JSX support, bindings to system calls, and enough language features to integrate these things into a consistent whole with little effort.