0.0.2 • Published 2 years ago

lens v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

jslens

This is an implementation of lenses for the bidirectional transformation of strings. It's based on the dissertation "Bidirectional Programming Languages" by John Nathan Foster.

Installation

With npm do:

npm install lens

Usage

Please have a look at the tests for now, have a look at the slides from LXJS 2012 or watch a recording of the talk.

Running the tests

npm test

License

This project is Licensed under the MIT License.