packages feed

LParse-0.2.1.0: CHANGELOG.md

# Changelog

# 0.2

Highlights:

* Switching from list-based parsing to `TokenStream`

## 0.2.1

### 0.2.1.0

* Deprecated `skipN`, replaced with `sDrop` 

## 0.2.0

### 0.2.0.0

* Added `TokenStream`, an abstraction of lists
* Used `TokenStream` to reformulate Atomics and Transformers


# 0.1

Highlights:

* Initial Version

## 0.1.4

### 0.1.4.0

* Added `digit` and `letter` parsers

## 0.1.3

### 0.1.3.1

* Improved testing facilities

### 0.1.3.0

* Added `check` function

## 0.1.2

### 0.1.2.0

* Added `peek` function