parse some things maybe

This commit is contained in:
nora 2022-03-21 16:29:47 +01:00
parent 9e87a4ce91
commit 1bd5859f0c
8 changed files with 315 additions and 74 deletions

View file

@ -5,7 +5,7 @@ use std::path::PathBuf;
mod ast;
mod lexer;
mod span;
mod parser;
pub fn parse(_str: &str, _file_name: PathBuf) -> Result<ast::File, ()> {
todo!()