Skip to content

Commit

Permalink
quick change to struct defintion explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdumancic committed Jul 9, 2024
1 parent 6f0c831 commit 25e53c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rulenode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Each node corresponds to a certain rule in the [`AbstractGrammar`](@ref).
A [`RuleNode`](@ref) consists of:
- `ind`: The index of the rule in the [`AbstractGrammar`](@ref) which this node is representing.
- `_val`: Field for storing immediately evaluated values
- `_val`: Field for caching evaluations of `RuleNode`s, preventing multiple unnecessary evaluations. The field can be used to store any needed infromation.
- `children`: The children of this node in the expression tree
!!! compat
Expand Down

0 comments on commit 25e53c9

Please sign in to comment.