Re: Buffer pair for lexical analysis of raw binary data

2009-06-28 Thread Aahz
In article , Angus Rodgers wrote: > >By "recipes", do you mean > (also new to me)? Yup! You may also want to pick up the edited recipes in the Python Cookbook. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "

Re: Buffer pair for lexical analysis of raw binary data

2009-06-28 Thread Angus Rodgers
On 28 Jun 2009 08:00:23 -0700, a...@pythoncraft.com (Aahz) wrote: >In article <0qec45lho8lkng4n20sb1ad4eguat67...@4ax.com>, >Angus Rodgers wrote: >> >>Partly as an educational exercise, and partly for its practical >>benefit, I'm trying to pick up a programming project from where >>I left off in

Re: Buffer pair for lexical analysis of raw binary data

2009-06-28 Thread Aahz
In article <0qec45lho8lkng4n20sb1ad4eguat67...@4ax.com>, Angus Rodgers wrote: > >Partly as an educational exercise, and partly for its practical >benefit, I'm trying to pick up a programming project from where >I left off in 2001. It implemented in slightly generalised form >the "buffer pair" sc

Buffer pair for lexical analysis of raw binary data

2009-06-27 Thread Angus Rodgers
Partly as an educational exercise, and partly for its practical benefit, I'm trying to pick up a programming project from where I left off in 2001. It implemented in slightly generalised form the "buffer pair" scheme for lexical analysis described on pp. 88--92 of Aho et al., /Compilers: Principl