Skip to content

Commit 4019287

Browse files
committed
specify todo
1 parent 927ccdb commit 4019287

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

grazelang/src/parser/cst.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,9 @@ impl GetPos for CanonicalIdentifier {
25332533
}
25342534

25352535
// TODO: Validate more names
2536+
// - [ ] `_stage_`, `_myself_`, `_random_`, `_mouse_` for sprite names
2537+
// - [ ] `next costume`, `previous costume` for costumes
2538+
// - [ ] `next backdrop`, `previous backdrop`, `random backdrop` for backdrops
25362539
// Issue: #89
25372540

25382541
#[derive(Debug, Clone, Error, enum_assoc::Assoc)]

0 commit comments

Comments
 (0)