mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
all lex tests pass 🎉
This commit is contained in:
parent
1bd999bb9b
commit
1ed076a5d3
4 changed files with 256 additions and 24 deletions
|
|
@ -1,7 +1,6 @@
|
|||
mod alloc;
|
||||
mod lex;
|
||||
mod parse;
|
||||
mod string;
|
||||
|
||||
pub fn run_program(program: &str) {
|
||||
let lexer = lex::Lexer::lex(program);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue