delete things

This commit is contained in:
nora 2022-04-23 17:13:32 +02:00
parent 5f9ca90fd5
commit 3f62892500
9 changed files with 6 additions and 2586 deletions

View file

@ -4,7 +4,8 @@
//! All AST nodes are bump allocated into the lifetime `'ast`
use crate::errors::Span;
use crate::gc::Symbol;
type Symbol = usize;
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
#[cfg_attr(feature = "_debug", derive(dbg_pls::DebugPls))]