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.
With npm do:
npm install lens
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.
npm test
This project is Licensed under the MIT License.