feat: partially implemented parser
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
pub mod lexer;
|
||||
pub mod errors;
|
||||
mod parser;
|
||||
|
||||
pub fn test() {
|
||||
println!("{}", "hi there");
|
||||
|
Reference in New Issue
Block a user