Finished recall() and setupLR(). Documenting internal for the next asshole.
This commit is contained in:
parent
c6f2dcc257
commit
e4593dad41
2 changed files with 13 additions and 3 deletions
|
|
@ -84,8 +84,8 @@ typedef enum parser_cache_value_type {
|
|||
/* A recursion head.
|
||||
*
|
||||
* Members:
|
||||
* head_parser -
|
||||
* involved_set -
|
||||
* head_parser - the parse rule that started this recursion
|
||||
* involved_set - A list of rules (parser_t's) involved in the recursion
|
||||
* eval_set -
|
||||
*/
|
||||
typedef struct head {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue