pegjs icon indicating copy to clipboard operation
pegjs copied to clipboard

Pegjs online can't parser parser.pegjs

Open mingodad opened this issue 3 years ago • 2 comments

On https://pegjs.org/online if we copy and paste https://github.com/pegjs/pegjs/blob/master/src/parser.pegjs there we get this error:

Line 78, column 21: Expected "!", "$", "&", "(", ".", character class, comment, end of line, identifier, literal, or whitespace but "@" found.

With all examples from https://github.com/pegjs/pegjs/tree/master/examples it parses OK.

mingodad avatar Apr 28 '22 13:04 mingodad

This project is dead, I recommend you switch to its successor Peggy. Online editor is at https://peggyjs.org/online

rkettelerij avatar May 30 '22 06:05 rkettelerij

Thank you ! I noticed it and tested the peggyjs and it works.

mingodad avatar May 30 '22 07:05 mingodad