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.