CodeInput

Description

sealed class Tinman.Core.Parsing.CodeInput

Derived from

CodeInputBase abstract

An input token source of char values.

The CodeInput supports the concepts of text lines. Two consecutive text lines are separated by \r\n, \n or \r tokens.

Public / Methods

From​String


public static method FromString → (1)

input in : string

[not-null]
The input string that represents the sequence of input tokens.

returns → CodeInput

The token input object.

Creates a new instance of CodeInput.