parrotcode: Tcl Parser | |
Contents | Language Implementations | TCL |
dynclasses/tclparser.pmc - Tcl Parser
Handle any parsing of Tcl code - putting this into a pmc with state allows us to more easily handle [parser]
void init()
METHOD PMC* "parse"(STRING *code, INTVAL preserve_whitespace, INTVAL block_interpolation)
Hey! The above document had some coding errors, which are explained below:
|