ansi_parser/ansi_parser library

Classes

AnsiParserInputBuffer
KeyDelegate<T, CONTEXT>

Functions

parse_key<KEY>({required AnsiParserInputBuffer buffer, required KeyDelegate<KEY, int> delegate}) → KEY
May throw ByteReadExceptionTooSmall if any given byte is smaller than _stdin_end_of_file_indicator.

Exceptions / Errors

ByteReadExceptionTooSmall