This commit is contained in:
LunarAkai 2025-08-07 13:19:26 +02:00
commit 95fedac802
3 changed files with 39 additions and 5 deletions

View file

@ -1,6 +1,6 @@
/// Abstract Syntax Tree
#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum Expression<'src> {
// Identifier
Ident(&'src str),