Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

MiniXForms

Inside the XForms spec is defined a recalculation engine similar to that of Excel, aka spreadsheet evaluation. However the spec is quite complex, therefore this little project.

Here we extract just the necessary bits to implement the recalculation engine:

  • an extremely simple, uni-typed expression language is defined (see Expr)
  • a type of "mutable variables" (see InstanceNode) is introduced
  • some of those mutable variables are automatically calculated using a rule attached to them

The user of the library can modify the "variables" and run the recalculation step, which will recalculate just the necessary expressions, very much like a spreadsheet engine would.

About

This is a minimal model of an XForms recalculation engine.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages