hmm
This commit is contained in:
parent
092dc94117
commit
95fedac802
3 changed files with 39 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/// Abstract Syntax Tree
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum Expression<'src> {
|
||||
// Identifier
|
||||
Ident(&'src str),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue