Releases: carlosskii/circe
Releases · carlosskii/circe
v0.0.1
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
- Adds an
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
- Converts the AST from
ccec
crate- A command-line interface for the Circe compiler