peggyjs/peggy

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

ThanosYeah opened this issue · 1 comments

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

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