Please install [peg/leg](https://www.piumarta.com/software/peg/) manually or with a package manager, for example with Homebrew:
```bash
$ brew install peg
```
Please install [the Boehm-Demers-Weiser conservative garbage collector](https://www.hboehm.info/gc/) manually or with a package manager, for example with Homebrew:
```bash
$ brew install bdw-gc
```
### <divid="makefile"> Makefile<div>
>Compatible with the homebrew installed on the apple silicon ship
#### <divid="makefile_Build">Build<div>
```bash
$ make
```
#### <divid="makefile_Clean">Clean<div>
```bash
$ make clean
```
#### <divid="makefile_Test">Test <div>
```bash
$ make test
```
### [Go to the table of contents](#toc)
## <divid="usage">Usage<div>
### How it works
You can pass your program:
* via an input file
```bash
$ ./ccmeta <file
```
* via a file
```bash
$ ./ccmeta file
```
### **Check each test file to get an idea of how parsimony works**
Please install [peg/leg](https://www.piumarta.com/software/peg/) manually or with a package manager, for example with Homebrew:
```bash
$ brew install peg
```
Please install [the Boehm-Demers-Weiser conservative garbage collector](https://www.hboehm.info/gc/) manually or with a package manager, for example with Homebrew:
```bash
$ brew install bdw-gc
```
### <divid="makefile"> Makefile<div>
>Compatible with the homebrew installed on the apple silicon ship
#### <divid="makefile_Build">Build<div>
```bash
$ make
```
#### <divid="makefile_Clean">Clean<div>
```bash
$ make clean
```
#### <divid="makefile_Test">Test <div>
```bash
$ make test
```
### [Go to the table of contents](#toc)
## <divid="usage">Usage<div>
### How it works
You can pass your program:
* via an input file
```bash
$ ./ccmeta <file
```
* via a file
```bash
$ ./ccmeta file
```
### **Check each test file to get an idea of how parsimony works**