Skip to content

Allow use of reserved keywords #148

@thesayyn

Description

@thesayyn

As of today starlark-rust forbids use of reserved keywords designated by the spec. However i have use case where the apis have a concept of async results and users can await (blocks the thread until the promise resolves) on them.

AFAIK there is no way to configure the starlark-rust parser to permit some of these based on configuration. Would the maintainers be open to making this configurable?

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