Click or drag to resize

PegCharParserConstruct(String, TextWriter) Method

Reinitializes the parser with the specified source and error writer.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Construct(
	string src,
	TextWriter Fout
)

Parameters

src  String
The source text.
Fout  TextWriter
The writer used for parser diagnostics.
See Also