Enhanced C#
Language of your choice: library documentation
Public fields | Public Member Functions | List of all members
LeMP.InputOutput Class Reference

For LeMP: an input file plus per-file options (input and output language) and output code. More...


Source file:

Remarks

For LeMP: an input file plus per-file options (input and output language) and output code.

Public fields

readonly ICharSource Text
 
readonly string FileName
 
IParsingService InputLang
 
bool? PreserveComments
 
ParsingMode ParsingMode
 
ILNodePrinter OutPrinter
 
ILNodePrinterOptions OutOptions
 
string OutFileName
 
LNodeList Output
 

Public Member Functions

 InputOutput (ICharSource text, string fileName, IParsingService input=null, ILNodePrinter outPrinter=null, string outFileName=null)
 
override string ToString ()