Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/werdl/livec
- Owner: werdl
- License: mit
- Created: 2023-10-31T11:16:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T18:48:57.000Z (about 1 year ago)
- Last Synced: 2023-11-12T11:26:44.159Z (about 1 year ago)
- Topics: c, repl, v
- Language: V
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!