blob: 014a737f375dd089a2229e33457f3c74cdb78b62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<h1 align="center">Tael</h1>
<p align="center">
<b>C++98 Extensions for <a href="https://github.com/Fuwn/tatl">Tatl</a></b>
</p>
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).
|