dfa Struct Reference

dfa Struct Reference

#include <grammar.h>

Class Description

Definition at line 50 of file grammar.h.

Public Attributes

int d_type
 
char * d_name
 
int d_initial
 
int d_nstates
 
stated_state
 
bitset d_first
 

Member Data Documentation

bitset d_first

Definition at line 56 of file grammar.h.

int d_initial

Definition at line 53 of file grammar.h.

char* d_name

Definition at line 52 of file grammar.h.

int d_nstates

Definition at line 54 of file grammar.h.

state* d_state

Definition at line 55 of file grammar.h.

int d_type

Definition at line 51 of file grammar.h.


The documentation for this struct was generated from the following file: