Skip to content

v0.1: First useful release

Compare
Choose a tag to compare
@MikePopoloski MikePopoloski released this 03 Dec 01:52
· 3121 commits to master since this release

This is the first release of slang that is somewhat useful. The library supports lexing, preprocessing, parsing, type checking, and elaboration for a good portion of the language. The slang tool can be run on medium to large codebases and print out useful diagnostics.

There's still plenty of work to do but it seemed like a good idea to take a checkpoint.