group

infix fun String.group(block: NiwenParserBuilder<T>.() -> Unit)

Provides a way to group declaration together.

Groups have no effect; the provided lambda is directly executed and nothing else happens. Use this function to better organize your niwenParser block.