https://github.com/keil/TreatJS
Raw File
Tip revision: 231ed8ac396c3e9e4f402c55cea66520edcbb45a authored by keilr on 24 March 2017, 11:15:44 UTC
change version number
Tip revision: 231ed8a
README.md
TreatJS: Higher-Order Contracts for JavaScript
=======

TreatJS is a language-embedded, higher-order, contract system for full JavaScript ([JavaScript ECMAScript 6](http://people.mozilla.org/~jorendorff/es6-draft.html) or newer) which enforces contracts by run-time monitoring. 


* [TreatJS Home](https://proglang.informatik.uni-freiburg.de/treatjs/)
* [TreatJS Core API Documentation](http://proglang.informatik.uni-freiburg.de/treatjs/api.html)
* [TreatJS Sample Applications](http://proglang.informatik.uni-freiburg.de/treatjs/example.html)
* [TreatJS Online Version](http://www2.informatik.uni-freiburg.de/~keilr/treatjs/)
back to top