Juno Frontend
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
2- Aaron Councilman authored
+ 27
− 27
@@ -83,7 +83,7 @@ Kind -> Result<Kind, ()>
@@ -83,7 +83,7 @@ Kind -> Result<Kind, ()>
@@ -155,17 +155,17 @@ ConstDecl -> Result<Top, ()>
@@ -155,17 +155,17 @@ ConstDecl -> Result<Top, ()>
@@ -227,43 +227,43 @@ Stmt -> Result<Stmt, ()>
@@ -227,43 +227,43 @@ Stmt -> Result<Stmt, ()>
@@ -284,9 +284,9 @@ Stmt -> Result<Stmt, ()>
@@ -284,9 +284,9 @@ Stmt -> Result<Stmt, ()>
@@ -408,9 +408,9 @@ Expr -> Result<Expr, ()>
@@ -408,9 +408,9 @@ Expr -> Result<Expr, ()>
{ Ok(Expr::CondExpr{ span: $span, cond : Box::new($2?), thn : Box::new($4?), els : Box::new($6?) })}
@@ -523,9 +523,9 @@ pub struct Case { pub span : Span, pub pat : Vec<Pattern>, pub body : Stmt }
@@ -523,9 +523,9 @@ pub struct Case { pub span : Span, pub pat : Vec<Pattern>, pub body : Stmt }
@@ -550,7 +550,7 @@ pub enum Type {
@@ -550,7 +550,7 @@ pub enum Type {
@@ -558,7 +558,7 @@ pub enum Stmt {
@@ -558,7 +558,7 @@ pub enum Stmt {
@@ -603,7 +603,7 @@ pub enum Expr {
@@ -603,7 +603,7 @@ pub enum Expr {