src: Split parser into modules, reorganize AST
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Tests the lexer
|
||||
use doughlang::{
|
||||
ast::{Anno, Pat},
|
||||
parser::PPrec,
|
||||
parser::pat::Prec as PPrec,
|
||||
};
|
||||
#[allow(unused_imports)]
|
||||
use doughlang::{
|
||||
|
||||
Reference in New Issue
Block a user