While a tangler is used to 'pretty print' code in some
language, a parser, or 'meta-tangler' is used to actually execute it.
A meta-tangler has a writeline method just like any
other tangler object, however instead of writing
output to a code file and weaver, it translates the input
and executes it.
Start python section to interscript/parsers/__init__.py[1
/1
]
1: #line 12 "parsers.ipk"
2: # input parsers
End python section to interscript/parsers/__init__.py[1]