peggyjs / peggy

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

can i use peggy js with other languages like (zig-lang,c,c++ etc) #441

Closed ThanosYeah closed 6 months ago

hildjj commented 6 months ago

You could theoretically write a plugin that generates code for any language from the bytecode. That's what ts-pegjs does.