mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
normal tokens
This commit is contained in:
parent
abef21fa0a
commit
aa8f6a91b2
3 changed files with 120 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
let input_file = std::env::args().nth(1).expect("first argument");
|
||||
let src = std::fs::read_to_string(input_file)?;
|
||||
|
||||
parser::parse_file(src);
|
||||
parser::parse_file(&src);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue