Procs
proc consumeSpaces(self: Parser): Parser {....raises: [], tags: [], forbids: [].}
- Source Edit
proc matchInteger(self: Parser): Parser {....raises: [], tags: [], forbids: [].}
- Source Edit
proc matchKeywords(self: Parser; texts: varargs[string]): Parser {....raises: [], tags: [], forbids: [].}
- Source Edit
proc matchLabel(self: Parser): Parser {....raises: [], tags: [], forbids: [].}
- Source Edit
proc matchSymbols(self: Parser; texts: varargs[string]): Parser {....raises: [], tags: [], forbids: [].}
- Source Edit