src: Split parser into modules, reorganize AST

This commit is contained in:
2025-10-28 22:15:06 -04:00
parent a3cab92b35
commit 8e2bc5ad85
8 changed files with 1146 additions and 1075 deletions

View File

@@ -1,7 +1,7 @@
//! Tests the lexer
use doughlang::{
ast::{Anno, Pat},
parser::PPrec,
parser::pat::Prec as PPrec,
};
#[allow(unused_imports)]
use doughlang::{