コード例 #1
0
ファイル: parse_tree.go プロジェクト: pschlump/lexie
// -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
func FxDump_context(callNo int, pt *Parse2Type, Context *eval.ContextType, curTree *MtType) (err error) {
	fmt.Printf("DumpContext Called, %d\n", callNo)
	Context.DumpContext()
	return
}