• 0.1.0

    72%
    3 Open
    8 Closed
    Updated 2025-02-25 22:31:52 +01:00
    No due date

    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%
    1 Open
    1 Closed
    Updated 2025-02-25 22:31:52 +01:00
    No due date

    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%
    0 Open
    1 Closed
    Updated 2025-02-25 22:31:52 +01:00
    No due date

    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.