can i use peggy js with other languages like (zig-lang,c,c++ etc)
ThanosYeah opened this issue · 1 comments
ThanosYeah commented
can i use peggy js with other languages like (zig-lang,c,c++ etc)
hildjj commented
You could theoretically write a plugin that generates code for any language from the bytecode. That's what ts-pegjs does.