mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 18:05:03 +01:00
fix stackoverflow
This commit is contained in:
parent
141e8e09bf
commit
8952e8082a
4 changed files with 201 additions and 37 deletions
|
|
@ -5,6 +5,7 @@ mod lex;
|
|||
mod parse;
|
||||
|
||||
pub use lex::*;
|
||||
pub use parse::*;
|
||||
|
||||
pub fn run_program(program: &str) {
|
||||
let lexer = lex::Lexer::lex(program);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue