An open API service indexing awesome lists of open source software.

https://github.com/skarlett/clonk

Learn a language by writing a new one. Here's my very own retro style interpreter.
https://github.com/skarlett/clonk

c interpreter

Last synced: over 1 year ago
JSON representation

Learn a language by writing a new one. Here's my very own retro style interpreter.

Awesome Lists containing this project

README

          

# clonk

Actively in development. Sorry you can't do anything with it at the moment.

### Dependencies
- libunwind
- clang/gcc
- glib

Make Tests
```
cmake .
make install
```

#### [Nix package manager][1]
```sh
nix run github:skarlett/clonk

# or
nix build github:skarlett/clonk
```

[1]: https://github.com/NixOS/nixpkgs