adrian-thurston / ragel

Ragel State Machine Compiler
MIT License
532 stars 46 forks source link

[ragel] Support zig #6

Open daurnimator opened 5 years ago

daurnimator commented 5 years ago

Zig is currently lacking a composable parsing system.

I'm not sure if ragel is the right answer, compared to e.g. a PEG system in the standard library.

Cloudef commented 10 months ago

I'd be very much interested in this. @adrian-thurston How much work is it to support a language? Does ragel need to know the full grammar?