Enums

The following enums are available globally.

  • The result of a parse process.

    See more

    Declaration

    Swift

    public enum ParseResult<Token, Result> where Token: Sequence
  • Lexical is the namespace for Lexical parsers (you can also use shorthand L if you prefer)

    See more

    Declaration

    Swift

    public enum Lexical