Revision 16825f893aeb5f955e892a855b75cceee96caeff authored by keilr on 08 March 2017, 15:17:19 UTC, committed by keilr on 08 March 2017, 15:17:19 UTC

git-svn-id: https://proglang/svn/proglang/projects/treatjs/branches/TreatJS2@27155 e3db86c2-31ce-0310-bca5-be3edd1b5589
1 parent 60fada1
Raw File
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