0.0.1
First public release, and coincides with the compiler source code being made public.
Most of the important functionality exists but is very rudimentary.
Namely, there is:
- A parser, typechecker, and linter for an initial module syntax. The expression language is very limited at this stage.
- A JavaScript code generator.
- A build system based on Ninja.
- A basic package manager, based on package sets and local package directories.
- A fairly naive code formatter.
- A language server with
documentFormattingProvider
andsemanticTokensProvider
capabilities. Which are enough to power a basic VS Code extension.