Update lisp lexer
This commit is contained in:
parent
ffad349a41
commit
dd23759f85
9 changed files with 110 additions and 24 deletions
|
@ -23,7 +23,8 @@ fn main() {
|
|||
match args.commands {
|
||||
Commands::Lex { src } => {
|
||||
let source = fs::read_to_string(src).unwrap();
|
||||
println!("{source}");
|
||||
let tokens = lexer::lex(source).unwrap();
|
||||
dbg!(tokens);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue