We have SSA

This commit is contained in:
2026-07-07 13:47:45 -05:00
parent e57e319dec
commit 4aa9341bf3
5 changed files with 273 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use super::Token;
#[derive(Debug)]
#[derive(Clone, Debug)]
pub enum Operator {
Plus,
Minus,