mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
parent
01ccd43789
commit
e3d1370089
@ -839,7 +839,7 @@ use ast::{Expr, Opcode}; // (0)
|
||||
grammar;
|
||||
|
||||
pub Expr: Box<Expr> = { // (1)
|
||||
Expr ExprOp Factor => Box::new(Expr::Op(<>)) // (2)
|
||||
Expr ExprOp Factor => Box::new(Expr::Op(<>)), // (2)
|
||||
Factor,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user