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.
- Host: GitHub
- URL: https://github.com/l1mey112/crepl
- Owner: l1mey112
- License: gpl-3.0
- Created: 2022-08-03T11:55:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T21:52:18.000Z (about 2 years ago)
- Last Synced: 2025-02-10T22:47:12.736Z (about 1 year ago)
- Language: V
- Size: 965 KB
- Stars: 30
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - crepl - Compile and execute C code on the fly as you type it. (Applications / Command-line)
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
```