smtlaissezfaire / c_recl

A "repl" for C (using gcc internally)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-recl

It’s a C based repl - except that it’s not quite a REPL, since REPLs are for dynamic languages.

It’s more of a stupid RECL (read-eval-compile loop).

Here’s an example session:

gist.github.com/445206

installation:

type ‘make install`

About

A "repl" for C (using gcc internally)


Languages

Language:C 100.0%