Change up file structure
This commit is contained in:
parent
d7314de57a
commit
a875100988
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
use lisp_stuff::*;
|
mod tokenizer;
|
||||||
|
use tokenizer::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let source = std::fs::read_to_string("src/test.lisp").unwrap();
|
let source = std::fs::read_to_string("src/test.lisp").unwrap();
|
||||||
|
|
Reference in a new issue