Implementation
lExample
lMixed-code generator
lprintf.rb generates printf statements for C code
ØCould translate, escape, encrypt, hash, etc.
ØExtension
Øquote.rb looks for REs and escapes them
ØApply it to printfquote.rb to generate equivalent of printf.rb
ØApply printfquote.rb to C code