Skip to content

Doesn't accept codepoints >255 such as %xD7FF #105

@arp242

Description

@arp242

It currently fails with ErrTooLargeNumeral for values >255 such as a = %xD7FF or a = %x80-D7FF.

As near as I can tell ABNF has no such restriction; the ABNF for it is simply 1*HEXDIG, and as I read sections 2.3 and 2.4 you can use any encoding scheme you want (such as Unicode).

It currently fails to parse the TOML ABNF due to this: https://github.com/toml-lang/toml/blob/main/toml.abnf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions