rename if_st to if_statement

This commit is contained in:
Alexander Medvednikov 2019-12-06 19:21:26 +03:00
parent bf1b751f47
commit e3b5d7fd7c
3 changed files with 122 additions and 121 deletions

View file

@ -743,7 +743,7 @@ fn (p mut Parser) factor() string {
return p.assoc()
}
.key_if {
typ = p.if_st(true, 0)
typ = p.if_statement(true, 0)
return typ
}
.key_match {