feat: partially implemented parser

This commit is contained in:
2021-11-29 22:47:39 +01:00
parent 8df8689ca4
commit f05002fc50
6 changed files with 149 additions and 36 deletions

View File

@ -1,5 +1,6 @@
pub mod lexer;
pub mod errors;
mod parser;
pub fn test() {
println!("{}", "hi there");