Change up file structure

This commit is contained in:
Apache 2024-06-08 18:32:13 -05:00
parent d7314de57a
commit a875100988
Signed by: apache
GPG key ID: 6B10F3EAF14F4C77
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
use lisp_stuff::*;
mod tokenizer;
use tokenizer::*;
fn main() {
let source = std::fs::read_to_string("src/test.lisp").unwrap();