Skip to content
Authors

Struct prod_pure_config_t

ClassList > prod_pure_config_t

Configuration type for a pure production.

  • #include <prod_pure.h>

Public Attributes

Type Name
size_t repl_len
char ** repl_list
size_t term_len
char ** term_list

Public Attributes Documentation

variable repl_len

size_t prod_pure_config_t::repl_len;

The number of replacement strings in the list.


variable repl_list

char** prod_pure_config_t::repl_list;

List of strings serving as possible replacements in the production.


variable term_len

size_t prod_pure_config_t::term_len;

The number of terminal strings in the list.


variable term_list

char** prod_pure_config_t::term_list;

List of strings serving as possible terminals in the production.



The documentation for this class was generated from the following file source/prod_pure/src/prod_pure.h