aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 6ead68100113b8ef4f3adda60b3835d4bfb1188d (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
# Ducc

Ducc is a toy C compiler, based on [my another tiny C compiler](https://github.com/nsfisis/P4Dcc).


## Dependencies

* gcc
* [just](https://github.com/casey/just), a general-purpose task runner


## Build

```
$ just build
```


## Test

```
$ just test
```


## License

See [LICENSE](./LICENSE).