Skip to content

Releases: carlosskii/circe

v0.0.1

29 Mar 10:28
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is the first version increment for the Circe project. While a command-line parser is technically available, this project is nowhere near complete. This is simply meant to separate compatibility with new language features in the next version.

Changelog

Added

  • This changelog
  • cce-ast crate
    • Adds a parser for the Circe language
  • cce-lowlevel crate
    • Adds a parser for low-level Circe instructions
  • cce-stream crate
    • Adds an InputStream struct used across parser crates
  • cce-infer crate
    • Adds the Circe Inference Engine (CIE)
  • cce-infer-ast crate
    • Converts the AST from cce-ast to a form the CIE can use
  • ccec crate
    • A command-line interface for the Circe compiler