Pudu programming language
Menu
API reference

Std.Text.Parse.Problem

1 declaration

type

Problem

This declaration introduces a public type.

What it does

What a parser wanted where it stopped.

The position is kept so a caller can point at the input rather than repeat

it, and the description says what was wanted rather than what was found —

a reader can see what was found.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Text.ParseSearch related declarations