ParseNotificationLevel

These enumeration values form a priority scheme for reporting parsing problems.

Entries

Link copied to clipboard

Always report the parse problem at this location, unless there are too many places in the parse sequence past this, at which non-silent problems have been recorded.

Link copied to clipboard

Only report the parse problem if there is no STRONG theory about what went wrong at the current location.

Link copied to clipboard

Only report the parse problem if there is no MEDIUM or STRONG theory about what went wrong at the current location.

Link copied to clipboard

Never report the parse problem, and don't include the current error location as a potential place at which to describe expectations (potential syntax errors) unless there is a stronger (i.e., non-{code SILENT}) problem at the same position.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int