GenericPrinter - Maple Help

Online Help

All Products    Maple    MapleSim


CodeGeneration[LanguageDefinition]

  

GenericPrinter

  

get generic printing module

 

Calling Sequence

Description

Examples

Calling Sequence

CodeGeneration[LanguageDefinition][GenericPrinter]()

Description

• 

The GenericPrinter function returns a Printer module that may be used to encode the instructions necessary to translate CodeGeneration's Intermediate Code structure.

Examples

PrinterCodeGenerationLanguageDefinitionGenericPrinter:

exportsPrinter

PrintTarget,GetFunctionSignature,AddLibrary,AddOperator,GetOperator,AddType,GetType,AddPrintHandler,GetPrintHandler,SetLanguageAttribute,ApplyLanguageAttribute,GetLanguageAttribute,SetPrecedence,GetPrecedence,GetIncludes,GetExpressionType,ScopeDepth,GetScopeName,GetScopeStructure,Indent,Comment,Endline,PopIndentation,PushIndentation,Print,PrintBinary,PrintParentheses,PrintStatementBlock,PrintDelimitedList,PrintUnary,Function,AddFunction,AddFunctions,GetFunction,GenerateSymbol,_pexports

(1)

See Also

CodeGeneration

CodeGenerationDetails

IntermediateCodeStructure