You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Expression.jl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ end
42
42
both the raw expression tree operating on a value type of `T`,
43
43
as well as associated metadata to evaluate and render the expression.
44
44
45
-
See [`ExpressionInterface`](@ref) for a full description of the interface implementation,
46
-
as well as tests to verify correctness.
45
+
See [`ExpressionInterface`](@ref DynamicExpressions.InterfacesModule.ExpressionInterface) for a full description
46
+
of the interface implementation, as well as tests to verify correctness.
47
47
48
48
If you wish to use `@parse_expression`, you can also
49
49
customize the parsing behavior with
@@ -66,8 +66,8 @@ expression tree (like `Node`) along with associated metadata for evaluation and
66
66
67
67
# Constructors
68
68
69
-
- Expression(tree::AbstractExpressionNode, metadata::NamedTuple): Construct from the fields
70
-
- @parse_expression(expr, operators=operators, variable_names=variable_names, node_type=Node): Parse a Julia expression with a given context and create an Expression object.
69
+
- `Expression(tree::AbstractExpressionNode, metadata::NamedTuple)`: Construct from the fields
70
+
- `@parse_expression(expr, operators=operators, variable_names=variable_names, node_type=Node)`: Parse a Julia expression with a given context and create an Expression object.
0 commit comments