Skip to content

Commit b9e7380

Browse files
committed
Missing Begin in AST type defn for Evildoer.
1 parent 13d1042 commit b9e7380

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

langs/evildoer/ast.rkt

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ziggy/src/ast.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
;; | (Cond [Listof CondClause] Expr)
2626
{:> D0.A D1}
2727
;; | (Case Expr [Listof CaseClause] Expr)
28+
{:> E0} ;; | (Begin Expr Expr)
2829
{:> F} ;; | (Let Id Expr Expr)
2930
{:> F} ;; | (Var Id)
3031
{:> I L} ;; | (App Id (Listof Expr))

0 commit comments

Comments
 (0)