aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: e8c65c6cbc229b2fd3f051ffe4e3ec98a95b2144 (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 is a toy C compiler, based on [my another tiny C compiler](https://github.com/nsfisis/P4Dcc).


## 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).