mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
simplify and improve pratt
This commit is contained in:

committed by
GitHub

parent
025efcb731
commit
b815878d60
@ -38,7 +38,7 @@ fn expr1() Expr {
|
||||
//return BinExpr{}
|
||||
}
|
||||
|
||||
fn expr2() Expr {
|
||||
fn expr() Expr {
|
||||
return BinExpr{}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user