add StmtKind::Rickroll

This commit is contained in:
HTG-YT 2021-06-13 13:11:51 +08:00 committed by GitHub
parent 855383faac
commit 286a12b28e

View file

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