28 lines
694 B
Markdown
28 lines
694 B
Markdown
|
# Except
|
||
|
|
||
|
## Description
|
||
|
Exceptions, Try/Catch, and Testing library written in C.
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Features](#features)
|
||
|
- [Usage](#usage)
|
||
|
- [Credits / Resources](#credits--resources)
|
||
|
- [License](#license)
|
||
|
|
||
|
## Features / TODOS
|
||
|
- [x] Exceptions with setjmp longjmp.
|
||
|
- [x] Try / Catch logic.
|
||
|
- [x] Assert based testing.
|
||
|
|
||
|
## Usage
|
||
|
See /tests
|
||
|
|
||
|
## Credits / Resources
|
||
|
[Tom Preston-Werner - README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html)<br>
|
||
|
[C Interfaces and Implementations](https://github.com/drh/cii)<br>
|
||
|
|
||
|
## License
|
||
|
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.
|