From: Tom Copeland Date: 2006-03-02T01:53:52+09:00 Subject: Re: Can Anyone Recommend A Good DSL Book? > > You might want to read chapter 6 of The AWK Programming > Language (Aho, Kernighan, Weinberger). The title of that > chapter is 'little > languages'. > The chapter includes the following examples (in AWK of course): > > assembler and interpreter > drawing graphs > a sort generator > a reverse-polish calculator > an infix calculator > recursive-descent parsing Along the same lines, the O'Reilly Lex and Yacc book (by John Levine and several others) has some little DSL examples - a menu generation system and whatnot. Yours, Tom