Metadata-Version: 2.1
Name: ccs2
Version: 1.0.0
Summary: C Compiler Simulator
Home-page: UNKNOWN
Author: Umberto Barros
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

![](https://img.shields.io/badge/coverage-100%25-brightgreen)

<p align="center">
  <img src="ccs.png" alt="Logo" width="300" height="300">
</p>


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install CCS.

```bash
pip install ccs2
```

## Usage

```python
ccs2 <path_to_c_code>
```

## License
[MIT](https://choosealicense.com/licenses/mit/)


