Module brane_ast::edgebuffer
source · Expand description
Implements an EdgeBuffer, which is a structure we use to write Edges during compilation.
Structs§
- Defines an EdgeBuffer, which is a muteable buffer to which we can compile edges.
- Defines a node in the EdgeBuffer linked list.
- Defines a shortcut for an EdgeBufferNode ‘pointer’.
Enums§
- Defines how one node links to the next and should thus be traversed.