From fd1a5837ba2a9107ae06eb596b735e5cb9839c76 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 14 Nov 2019 16:43:07 -0500 Subject: TAMER: Initial commit --- tamer/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tamer/README.md (limited to 'tamer/README.md') diff --git a/tamer/README.md b/tamer/README.md new file mode 100644 index 0000000..686f2ff --- /dev/null +++ b/tamer/README.md @@ -0,0 +1,26 @@ + +TAME in Rust (TAMER) +==================== +TAME was written to help tame the complexity of developing comparative +insurance rating systems. This project aims to tame the complexity and +performance issues of TAME itself. TAMER is therefore more tame than TAME. + +TAME was originally written in XSLT. For more information about the +project, see the [parent `README.md`](../README.md). + + +## Building +To bootstrap from the source repository, run `./bootstrap`. + +To configure the build for your system, run `./configure`. To build, run +`make`. To run tests, run `make check`. + -- cgit v1.2.1