# Ducc

Ducc, Decidedly Unimplemented C compiler, is a toy C compiler.
## Dependencies
* gcc
* make
* [just](https://github.com/casey/just)
### Optional: Nix support
This project includes Nix support with flake.
To build:
```
$ nix build
```
To develop:
```
$ nix develop
```
## Build
```
$ just build
```
```
$ just build-upto-5-gen
```
## Test
```
$ just test
```
```
$ just test-self-hosted
```
## License
See [LICENSE](./LICENSE).
