except/README.md

28 lines
694 B
Markdown
Raw Normal View History

2025-04-04 13:45:31 +00:00
# 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.