Compiler Compilers Resources - Programming On Unix

Users browsing this thread: 1 Guest(s)
sametsisartenep
Members
Hi there,

I was wondering about the books you'd recommend to learn about tools like lex and yacc, and its different successors (i.e. bison, flex, byacc, maybe some other here...).

I've found a couple of books, plus the manpages are always one of the best resources (if not the best), but with things like compiler design and architecture, context-free grammars and lexical analysis, I think there's a lot to get wrong.

I'm not thinking about building a very complex compiler, with optimization engines and the like, just something simple to manipulate text and perform some operations and I considered it was a very good time to learn lex and yacc properly, instead of using the common stream manipulation tools available on Unices.

What do you think? What are your experiences?


See you around :)
---
sam


Messages In This Thread
Compiler Compilers Resources - by sametsisartenep - 26-02-2017, 01:54 PM
RE: Compiler Compilers Resources - by josuah - 26-02-2017, 02:19 PM
RE: Compiler Compilers Resources - by tudurom - 26-02-2017, 03:49 PM
RE: Compiler Compilers Resources - by pranomostro - 27-02-2017, 03:13 PM