Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Computer Science text book way to do text/xml/whatever parsing

It's been ratling in my brain for a while.

I've had some investigation on Compilers/Flex/Byson and stuff but I never found a good reference that talked in detail about the "parsing stack", or how to go about implementing one.

Does anyone know of good references where I could catch up?

Edit: I do appreciate all the compiler references, and I'm going to get some of the books listed, but my main focus was on the Parsing itself and not what you do with it after.

like image 464
Gustavo Carreno Avatar asked Jan 21 '26 02:01

Gustavo Carreno


1 Answers

The Dragon book! I used it quite recently to write a compiler (in PHP!) for a processing language for template files written in RTF...

like image 128
Christian Lescuyer Avatar answered Jan 23 '26 10:01

Christian Lescuyer