Click or drag to resize

Syntactik.IO Namespace

The Syntactik.IO namespace contains classes that implement input/output logic of Syntactik parser.
Classes
  ClassDescription
Public classInputStream
Implementation of ICharStream that takes input symbols from String.
Public classIntegerCharExtensions
Auxiliary static class that provides extension methods to process Unicode characters in the semantics of the Syntactik parser.
Interfaces
  InterfaceDescription
Public interfaceICharStream
Represents base interface for stream of Unicode characters.
Public interfaceITextSource
A source of characters or strings.