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

https://github.com/l1mey112/crepl

Compile and execute C code on the fly as you type it.
https://github.com/l1mey112/crepl

Last synced: 12 months ago
JSON representation

Compile and execute C code on the fly as you type it.

Awesome Lists containing this project

README

          

# crepl
Compile and execute C code on the fly as you type it.

Created as a lightweight and incredibly fast alternative to igcc. crepl prefers TCC as it's primary compiler, anything else is quite slow.

Avaliable as an AUR package `crepl-git`

[Blog post!](https://blog.l-m.dev/posts/crepl/)

https://user-images.githubusercontent.com/66291634/182608288-14a529d8-8d65-4bd0-88b4-9c9f5939856b.mp4

### Want to build crepl?

First, install V ([vlang/v](https://github.com/vlang/v))

Clone the repo and run:
```sh
v . -prod -o crepl
```