Rand Stats

Terminal::ANSIParser

zef:japhb
Revision history for Terminal-ANSIParser

0.0.3  2022-07-16T19:27:25-07:00
  - Handle already-decoded codepoints in input (now default behavior)
  - Support :raw-bytes option, forcing interpretation of input as raw bytes
    instead of codepoints


0.0.2  2021-11-02
  - Improve behavior at end of input, passing EOI marker downstream


0.0.1  2021-10-31
  - Initial version, bare byte-by-byte parser generator