generated from ElnuDev/rust-project
Convert to internal tokens
This commit is contained in:
parent
5442a8fc87
commit
d957816ded
2 changed files with 46 additions and 29 deletions
|
@ -1,5 +1,8 @@
|
|||
use renrs;
|
||||
|
||||
fn main() {
|
||||
renrs::parse("demo.rpy");
|
||||
let tokens = renrs::parse_file("demo.rpy");
|
||||
for token in tokens {
|
||||
println!("{:?}", token);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue