Skip to content

0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 20:08
· 272 commits to main since this release

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 and semanticTokensProvider capabilities. Which are enough to power a basic VS Code extension.