Finished recall() and setupLR(). Documenting internal for the next asshole.

This commit is contained in:
Meredith L. Patterson 2012-05-17 14:05:10 +02:00
parent c6f2dcc257
commit e4593dad41
2 changed files with 13 additions and 3 deletions

View file

@ -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 {