Add deadcode examples

This commit is contained in:
Jeehoon Kang
2020-05-03 06:01:46 +00:00
parent f4dc5e426c
commit 9a2dd840d2
6 changed files with 86 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ peg::parser! {
}
/
"unit" {
Constant::undef(Dtype::unit()) // TODO
Constant::unit()
}
/
"<constant>" {