Parsing resources

Does anyone know of any resources (books / websites / stuff) related to parsing. I am not interested in specific technologies like yacc, XML or regex, but something more general about best methods, streams and streams, error messages and recovery, getchas for lookups, etc.

0


source to share


2 answers


There's a good book on parsing techniques, Methods of Analysis, A Practical Gig . You should be able to find some interesting bits. There is a complete chapter on error handling.



+1


source


This may not be exactly what you meant, but a very good and slightly relevant book; Data Crunch: Solve everyday problems with Java, Python and more



0


source







All Articles