Skip to content

Commit

Permalink
[ release ] Fix acore syntax, release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 5, 2019
1 parent 02f26c4 commit f3813a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grammar/acore.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ typed_abstraction ::= typed_pattern DOT expression {
mixin='org.ice1000.tt.psi.acore.ACoreTypedAbstractionMixin'
}

summand ::= IDENTIFIER expression? { pin=1 }
summand ::= IDENTIFIER expression { pin=1 }
sum_data ::= LEFT_PAREN (summand (SEP summand)*)? RIGHT_PAREN { pin=1 }
fun_case ::= LEFT_PAREN (branch (SEP branch )*)? RIGHT_PAREN { pin=1 }
typed_pattern ::= pattern COLON expression {
Expand Down
3 changes: 2 additions & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.2.1<br/>
<ul>
<li>Advertise our own fork of Mini-TT</li>
<li>Run configuration producer for acore</li>
<li>Run configuration producer for Vanilla Mini-TT and Agda</li>
<li>Fix Vanilla Mini-TT syntax</li>
</ul>
0.2.0<br/>
<ul>
Expand Down

0 comments on commit f3813a1

Please sign in to comment.