src/regex/exptransformation

Types

GroupsCapture = object
  count*: int16
  names*: OrderedTable[string, int16]

Procs

func toAtoms(exp: Exp; groups: var GroupsCapture; flags: RegexFlags = {}): AtomsExp {.
    ...raises: [RegexError], tags: [].}
func transformExp(exp: Exp; groups: var GroupsCapture; flags: RegexFlags = {}): RpnExp {.
    ...raises: [RegexError], tags: [].}