surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.23k stars 819 forks source link

Migrate from PEG.js to Peggy #8903

Open RomanTsukanov opened 1 month ago

RomanTsukanov commented 1 month ago

PEG.js seems to be abandoned (their site is no longer maintained, and latest commits are from 5 years ago). There's a library called Peggy, which positions itself as a successor of PEG.js. We could think of migrating to it.