Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1-RC2'
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thompson committed May 7, 2019
2 parents a388d58 + 4b13e63 commit 47e5dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.1-RC1] - 2019-05-7
## [0.3.1-RC2] - 2019-05-7
### Changed
- EEC is renamed to Mesa

Expand Down Expand Up @@ -98,8 +98,8 @@ All notable changes to this project will be documented in this file.
- Source files use `.hs` suffix at present to benefit from syntax highlighting.
- Refer to [eec/src/main/antlr4/EEC.g4](eec/src/main/antlr4/EEC.g4) for a context free grammar.

[Unreleased]: https://github.com/bishabosha/EEC/compare/0.3.1-RC1...develop
[0.3.1-RC1]: https://github.com/bishabosha/EEC/releases/tag/0.3.1-RC1
[Unreleased]: https://github.com/bishabosha/EEC/compare/0.3.1-RC2...develop
[0.3.1-RC2]: https://github.com/bishabosha/EEC/releases/tag/0.3.1-RC2
[0.3.0-RC1]: https://github.com/bishabosha/EEC/releases/tag/0.3.0-RC1
[0.2.3-RC1]: https://github.com/bishabosha/EEC/releases/tag/0.2.3-RC1
[0.2.2-RC1]: https://github.com/bishabosha/EEC/releases/tag/0.2.2-RC1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EEC
# Mesa

### Current Release
0.3.0-RC1
Expand All @@ -11,9 +11,9 @@ This repository is for implementing a programming language based on the enriched

## Features
* Read Eval Print Loop
- Define `EEC+` terms and typecheck them.
- Print the parsed AST for `EEC+` terms and source files.
- Print the derived types of `EEC+` terms and source files.
- Define Mesa terms and type-check them.
- Print the meta AST for Mesa terms and source files.
- Print the derived types of Mesa terms and source files.
- Print the current environment of terms and types.

* Linear types that enforce the *linear usage of effects*.
Expand Down

0 comments on commit 47e5dd9

Please sign in to comment.