Skip to content

ron/grammar.md typo/error #358

@ghost

Description

I assume the production:

ws = { ws_single, comment };

should be

ws = { ws_single | comment };

I.e., vertical bar, not comma as whitespace should be zero or more (single whitespace characters or comments), not zero or more (single whitespace characters alternating with comments).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions