mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 09:55:03 +01:00
do functions work finally maybe
This commit is contained in:
parent
ebd3dd8d82
commit
237fb34d97
12 changed files with 132 additions and 86 deletions
|
|
@ -3,8 +3,7 @@
|
|||
//!
|
||||
//! All AST nodes are bump allocated into the lifetime `'ast`
|
||||
|
||||
use crate::errors::Span;
|
||||
use crate::gc::Symbol;
|
||||
use crate::{errors::Span, gc::Symbol};
|
||||
|
||||
#[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