Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type NexProgram ¶
type NexProgram struct { Id int Regex string StartCode string EndCode string UserCode string Children []*NexProgram NFA []*graph.Node DFA []*graph.Node Parameters []Parameter }
func (*NexProgram) GetId ¶
func (r *NexProgram) GetId() int
func (*NexProgram) GetRegex ¶
func (r *NexProgram) GetRegex() string
func (*NexProgram) WriteDFADotGraph ¶
func (r *NexProgram) WriteDFADotGraph(writer io.Writer) error
func (*NexProgram) WriteNFADotGraph ¶
func (r *NexProgram) WriteNFADotGraph(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.