mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
docs
This commit is contained in:
parent
15429e67dc
commit
ffeec8e192
3 changed files with 30 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#![allow(dead_code)]
|
||||
//! The garbage collector for the language
|
||||
//!
|
||||
//! The structure of the GC might change, but for now it's simply a `LinkedList` of `Object`s.
|
||||
|
||||
use crate::vm::Value;
|
||||
use crate::{HashMap, HashSet};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue