Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBrouwer committed Oct 30, 2024
1 parent 1d0d240 commit 2c56754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prism-compiler/resources/prism.pg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rule expr {
GrammarDefine(b, guid, n, g) <- guid:#guid "grammar" n:identifier "{" g:grammar(wrapped_expr(guid)) "}" b:expr;
b <- "adapt" n:identifier ";" b:#adapt(n, expr);
Let(n, v, b) <- "let" n:identifier "=" v:#next ";" b:#this;
// todo: `t:#next` should be replaced by `t:expr.fndestruct` when the language supports it
Let(n, TypeAssert(v, t), b) <- "let" n:identifier ":" t:#next "=" v:#next ";" b:#this;
}
group fnconstruct {
Expand Down

0 comments on commit 2c56754

Please sign in to comment.