Peggy: Parser generator for JavaScript

parser peg pegjs
2 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub
Switch to tsup 3 months ago

AI Summary: The task involves migrating the Peggy project's build process from a combination of Terser, Rollup, and TSC to the tsup build tool. This requires removing the existing build tools, integrating tsup, and ensuring the project continues to build and function correctly.

Complexity: 4/5
good first issue

Peggy: Parser generator for JavaScript

JavaScript
#parser#peg#pegjs

AI Summary: Enhance Peggy parser generator's debugging capabilities by adding colorized trace information to the console output when a TTY is detected. This involves modifying the existing error reporting to incorporate color codes conditionally based on the terminal type. Alternatively, explore the feasibility of generating a detailed log file to track the parsing process, or investigate debugging via Chrome DevTools.

Complexity: 3/5
enhancement good first issue

Peggy: Parser generator for JavaScript

JavaScript
#parser#peg#pegjs