Expand description

Contains the implementation of the visual DSP programming language named WBlockDSP.

Modules

compiler 🔒
definition 🔒
language 🔒

Structs

The WBlockDSP Abstract Syntax Tree. It is generated by BlockFun::generate_tree in Block2JITCompiler::compile.
This structure represents a block inside the BlockArea of a BlockFun. It stores everything required for calculating a node of the AST.
Represents a connected collection of blocks. Is created by BlockFun::retrieve_block_chain_at or BlockArea::chain_at.

Enums

Traits

Functions

WBlockDSP language definition and standard library of nodes.