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.
- Host: GitHub
- URL: https://github.com/skarlett/clonk
- Owner: Skarlett
- Created: 2021-04-05T22:45:49.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-20T01:32:39.000Z (over 3 years ago)
- Last Synced: 2023-03-04T00:57:29.101Z (over 3 years ago)
- Topics: c, interpreter
- Language: Rust
- Homepage:
- Size: 1.02 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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