AxlLind / crepl

A repl for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crepl

crepl is a repl for the C language. It is written in Zig and uses libclang.

demo gif

usage

sudo apt-get install libclang-14-dev
zig build run

(written with zig 12.0)

About

A repl for C

License:MIT License


Languages

Language:Zig 85.8%Language:C 14.2%