chore: add some unit tests to stack

This commit is contained in:
Kasey White
2023-03-30 11:32:18 -04:00
parent 6a4f62d074
commit 8fad5b77c6
3 changed files with 113 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ use crate::{
use super::scope::Scope;
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub enum Air {
// Primitives
Int {