add StmtKind::Rickroll

This commit is contained in:
HTG-YT 2021-06-13 13:11:51 +08:00 committed by GitHub
parent 3ffdd15b41
commit f9f891cd20

View file

@ -75,6 +75,7 @@ pub enum StmtKind {
Print(Expr),
Melo(Iden),
Rlyeh,
Rickroll
}
impl Stmt {