Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/werdl/livec

Interpreted C
https://github.com/werdl/livec

c repl v

Last synced: about 7 hours ago
JSON representation

Interpreted C

Awesome Lists containing this project

README

        

## LiveC
- A little command line project that takes C input line by line, with live syntax highlighting, then runs it
## Install
### Needs
`v`

`tcc`

`v .`

## Usage
`livec`

And then enter your C commands like usual!