A big refactor, step 3.1

This commit is contained in:
2023-11-11 16:35:02 -06:00
parent ac05959042
commit 89560573ec
5 changed files with 147 additions and 103 deletions
-1
View File
@@ -83,7 +83,6 @@ pub fn parse(src: &str) -> Result<Program, ParseError> {
///////////////////////////////////////////////////////////////////////////////////////////
// todo: can this die? it's only used in compiler tests but needs to be here for visibility reasons
#[cfg(test)]
impl Expr {
pub(crate) fn parse(src: &str) -> Result<Self, ParseError> {