peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
906 stars 64 forks source link

Example Javascript grammar doesn't reserve 'let' #447

Closed frostburn closed 8 months ago

frostburn commented 8 months ago

I'm using it as a basis for my own parser and wish to reserve this keyword in case I extend it in the future.