# Changelog ## 0.2 Highlights: * Switching from list-based parsing to `TokenStream` ### 0.2.2 * Added Either instance for `TokenStream` * Auto-`success` atomic, atomics for splitting an integer into digits ### 0.2.1 * Deprecated `skipN`, replaced with `sDrop` ### 0.2.0 * Added `TokenStream`, an abstraction of lists * Used `TokenStream` to reformulate Atomics and Transformers ## 0.1 Highlights: * Initial Version ### 0.1.4 * Added `digit` and `letter` parsers ### 0.1.3 * Improved testing facilities * Added `check` function ## 0.1.2 ### 0.1.2.0 * Added `peek` function