c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

Add parser error messages to C #56

Open MattWindsor91 opened 5 years ago

MattWindsor91 commented 5 years ago

The current C parser doesn't have any error messages, just Menhir placeholders. This is somewhat unprofessional, to say the least!

This is going onto the back burner for now, for the same reasons as #52. It might be that the solution to #52 involves making a non-Menhir parser, so IMO there's a dependency.