aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 14822d2517646337ae1661e287a7fee7c8c1555b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Ducc

![Ducc logo](./assets/logo.svg)

Ducc, Decidedly Unimplemented C compiler, is a toy C compiler.


## Dependencies

* gcc
* make
* [just](https://github.com/casey/just)


## Build

```
$ just build
```

```
$ just build-upto-5-gen
```


## Test

```
$ just test
```

```
$ just test-self-hosted
```


## License

See [LICENSE](./LICENSE).