| 35 | //TODO: Keeps track of constant variables |
| 36 | #[derive(Default)] |
| 37 | struct ConstVariableVisitor { |
| 38 | const_variables: HashMap<String, ExprLiteral>, |
| 39 | } |
| 40 | |
| 41 | #[derive(Default)] |
| 42 | struct ForLoopToRepeatVisitor {} |
nothing calls this directly
no outgoing calls
no test coverage detected