all lex tests pass 🎉

This commit is contained in:
nora 2021-10-07 20:22:44 +02:00
parent 1bd999bb9b
commit 1ed076a5d3
4 changed files with 256 additions and 24 deletions

View file

@ -1,7 +1,6 @@
mod alloc;
mod lex;
mod parse;
mod string;
pub fn run_program(program: &str) {
let lexer = lex::Lexer::lex(program);