Versions in this module Expand all Collapse all v1 v1.0.0 Feb 13, 2022 Changes in this version + const InfiniteIteration + const R_ALPHA + const R_ALPHNUM + const R_BOL + const R_DOT + const R_EOF + const R_EOL + const R_LAMBDA_MATCH + const R_LOWER + const R_NUMERIC + const R_N_CCL + const R_UPPER + const R_else_CH + const R_min_reserved + const R_not_CH + const X_ALPHA + const X_ALPHNUM + const X_BOL + const X_DOT + const X_EOF + const X_EOL + const X_LAMBDA_MATCH + const X_LOWER + const X_NUMERIC + const X_N_CCL + const X_UPPER + const X_else_CH + const X_not_CH + var LR_TokTypeLookup map[LR_TokType]string + var LexReMatcher = []LexReMatcherType + func EscapeStr(s string) string + func EscapeStrForGV(s string) string + func N4Blanks(n int) (rv string) + func NameOfLR_TokType(x LR_TokType) string + type LR_TokType int + const LR_CARROT + const LR_CCL + const LR_CL_BR + const LR_CL_PAR + const LR_COMMA + const LR_DOLLAR + const LR_DOT + const LR_EOF + const LR_E_CCL + const LR_MINUS + const LR_N_CCL + const LR_OP_BR + const LR_OP_PAR + const LR_OR + const LR_PLUS + const LR_QUEST + const LR_STAR + const LR_Text + const LR_null + type LexReMatcherType struct + Repl string + Rv LR_TokType + Sym string + type LexReType struct + Buf string + Error []error + Pos int + Sigma string + Tree *ReTreeNodeType + func NewLexReType() *LexReType + func (lr *LexReType) CalcLength() (int, bool) + func (lr *LexReType) CalcLengthChild(tree *ReTreeNodeType, d int) (x int, hard bool) + func (lr *LexReType) DumpParseNodes() + func (lr *LexReType) DumpParseNodesChild(ch []ReTreeNodeType, d int) + func (lr *LexReType) Err(s string) + func (lr *LexReType) GenerateSigma() (rv string) + func (lr *LexReType) GenerateSigmaFromTree(tree *ReTreeNodeType, d int) (rv string) + func (lr *LexReType) Next() (ss string, cl LR_TokType) + func (lr *LexReType) ParseRe(ss string) + func (lr *LexReType) SetBuf(s string) + func (lr *LexReType) Warn(s string) + type ReTreeNodeType struct + Children []ReTreeNodeType + Item string + LR_Tok LR_TokType + Mm int + Nn int + func NewReTreeNodeType() *ReTreeNodeType