Value Graph Transformation
A simple framework for manipulating Directed Acyclic Graphs (DAG) for the use of transforming models of functions and values.
Source code at https://github.com/ErikSchlyter/value_graph_transformation.
Documentation at http://www.erisc.se/value_graph_transformation.
It is written in Ruby and uses Bundler for dependency
management. After checking out the repo, run bin/setup
to install
dependencies.
Execute bundle exec rake doc
to generate specs and documentation. To generate
the diagrams for the specs in HTML format you also need to install
Graphviz.
Contributing
- Fork it ( https://github.com/ErikSchlyter/value_graph_transformation/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request