Derive Debug and PartialEq for Programs
This commit is contained in:
parent
2e3306b67b
commit
5d1f6229f9
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use std::ops::Deref;
|
|||
use lexer::Token;
|
||||
use types;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct Program {
|
||||
forms: Vec<Expression>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue