1
0
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:
Alexander Medvednikov
2020-01-06 16:13:12 +01:00
committed by GitHub
parent 025efcb731
commit b815878d60
18 changed files with 861 additions and 518 deletions

View File

@ -38,7 +38,7 @@ fn expr1() Expr {
//return BinExpr{}
}
fn expr2() Expr {
fn expr() Expr {
return BinExpr{}
}