Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


styler (version 1.6.2)

pd_is_multi_line: Check whether a parse table is a multi-line token

Description

A token is a multi-line expression if and only if:

Usage

pd_is_multi_line(pd)

Arguments

pd

A parse table.

Details

  • it contains a line break.

  • it has at least one child that is a multi-line expression itself.