Skip to content

Failiure to validate simple expresison #1

@micrenda

Description

@micrenda

Hello

I have this dimple peg grammar:

STRING_ESCAPE_SEQ               <-  '\\\''  / '\\\\' / '\\0' / '\\b' / '\\n' / '\\r' / '\\t' / '\\f' / ( '\\' 'u' HEX_DIGIT{4} ) / ( '\\' 'U' HEX_DIGIT{8} )

HEX_DIGIT           <- [0-9A-Fa-f]

When I try to validate a simple file I get this message:

1:104: syntax error
error loading grammar

PEG Playground has no problem with this grammar and can validate the string without problems.

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