mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
delete things
This commit is contained in:
parent
5f9ca90fd5
commit
3f62892500
9 changed files with 6 additions and 2586 deletions
|
|
@ -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))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue