styler (version 1.1.0)

compute_parse_data_nested: Obtain a nested parse table from a character vector

Description

Parses text to a flat parse table and subsequently changes its representation into a nested parse table with nest_parse_data().

Usage

compute_parse_data_nested(text)

Arguments

text

A character vector to parse.

Value

A nested parse table. See tokenize() for details on the columns of the parse table.