Skip to content

Make it easier to modify behavior of parse / tryparse / xparse2 #184

@Drvi

Description

@Drvi

Currently, users are expected to provide a new Options object when they need to change the default behavior from Parsers.OPTIONS. However, the main constructor for Options contains default values which are good for xparse, not necessarily for xparse2 -- for example, the delim field is set to , in that constructor while we want it to be nothing for xparse2. We should provide an easy way for users to change parsing params for xparse2 which preserves the default values we see in Parsers.OPTIONS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions