a little bit of expr parsing

This commit is contained in:
nora 2022-06-26 00:12:27 +02:00
parent bf2ea3f7f4
commit 56974cf077
4 changed files with 186 additions and 2 deletions

View file

@ -10,6 +10,8 @@ use crate::{
Span, Spanned,
};
mod expr;
#[derive(Debug)]
pub struct ParserError {
span: Span,