Errata
Section 12.1 (page 252), second paragraph: "The generator should allow you to specify an equation using standard postfix notation (e.g., a = b + c)". The example is infix notation, not postfix.
Section 5.4.6 (page 108): The line 'Close up the output file' should be outdented by one.
Section 5.4.7 (page 111), the line reading: "@output_file_name = doc.root.attributes[ 'name'" should have a right bracket on the end: "@output_file_name = doc.root.attributes[ 'name' ]"
Section 5.4.7 (page 112): The comment associated with 'pop_context' at the top of the page should explain that we are popping the context stack, not pushing it.
Section 13.2: SWIG really belongs to section 13.3 (external language wrappers) as its job is to generate wrapper code allowing C/C++ libraries to be used from a number of other languages including Python, Ruby, Perl, Tcl, OCaml, PHP, Java, C#, and a few implementations of Scheme.
Copyright (©) 2003, Jack D. Herrington, All Rights Reserved.
|