Skip to content

HealthSamurai/bxb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bxb

smart diff/patch & bidirectional transformation library

Motivation

  1. Smart diff/patch library

diff with schema - patch without schema (incorporate CRDT ideas)

  1. Declarative bidirectional mapping with diff support:
target = xget(schema, mapping, src)

new-src = xput(mapping, new-target, old-src)
diff = xdiff(mapping, new-target, old-src)

About

bidirectional transformation library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published