use renrs; fn main() { let commands = renrs::parse_file("demo.rpy"); for command in commands { println!("{:?}", command); } }