From 58688c8090afea95a92a147e26ad0392c1bfef14 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 19 Jun 2022 20:04:56 -0700 Subject: feat: initial commit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..014a737 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +

Tael

+

+ C++98 Extensions for Tatl +

+ +Tael is just a wrapper class of [Tatl](https://github.com/Fuwn/tatl); nothing more, nothing less. + +## Usage + +### Complex + +Tael can be used via it's included testing context and utilities. + +An example of this method of using Tatl can be seen in +[`examples/addition.cc`](examples/addition.cc). + +## Examples + +More examples can be found in the [`examples/`](examples) directory. + +## License + +This project is licensed with the [GNU General Public License v3.0](LICENSE). -- cgit v1.2.3