Initial commit
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user