Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failiure to validate simple expresison #1

Open
micrenda opened this issue Jul 17, 2020 · 1 comment
Open

Failiure to validate simple expresison #1

micrenda opened this issue Jul 17, 2020 · 1 comment

Comments

@micrenda
Copy link

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.

@mqnc
Copy link
Owner

mqnc commented Feb 20, 2021

Omg sorry, I didn't see this...
Peglib has evolved a lot since I've last updated this project, I think it just doesn't support some of the newer features.
I want to get back to this and also speed up the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants