File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242both the raw expression tree operating on a value type of `T`,
4343as well as associated metadata to evaluate and render the expression.
4444
45- See `ExpressionInterface` for a full description of the interface implementation.
45+ See [`ExpressionInterface`](@ref) for a full description of the interface implementation,
46+ as well as tests to verify correctness.
4647
4748If you wish to use `@parse_expression`, you can also
4849customize the parsing behavior with
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ this additionally must have fields for:
4545
4646# Interface
4747
48+ See [`NodeInterface`](@ref) for a full description of the interface implementation,
49+ as well as tests to verify correctness.
50+
4851You *must* define `CustomNode{_T} where {_T} = new{_T}()` for each custom node type.
4952
5053In addition, you *may* choose to define the following functions, to override
You can’t perform that action at this time.
0 commit comments