This commit is contained in:
2025-05-31 15:47:20 +02:00
parent cfe35bcc9d
commit 2c92cbe0b2
7 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
use std::error::Error;
use crate::tokenizer::{MotError, Token, TokenType, error};
use crate::tokenizer::{Token, TokenType, ZernError, error};
#[derive(Debug, Clone)]
pub struct Param {