roussillon-memory 0.1.3

Memory utility for the roussillon language
Documentation

Roussillon : Memory

This crate provides some structs and trait to manage memory and references for an abstract language.

Traits

  • Allocator
  • Dereference

Structures

  • Region : a vector containing ValueCells,
  • Heap : a memory structure (generation-arena like) with HeapReferences.
  • Stack : a FIFO memory structure with StackReferences.

License

(c) 2024 Sébastien Geldreich

This work is published under the MIT License.