Open daurnimator opened 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.
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?
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.