6.16.10. Python Tangler

The Python tangler is particularly important for Interscript, because it is the native script language in which Interscript is written, in which commands are issued in source files, and with which it can be extended by the user.

This very document is itself the Python source for Interscript, and that leads to interesting bootstrappping problems in development.
6.16.10.1. Tokeniser interface
6.16.10.2. Function generator
6.16.10.3. Code generator
6.16.10.4. Document generator