tsoding / crepl

C REPL

Repository from Github https://github.comtsoding/creplRepository from Github https://github.comtsoding/crepl

Crepl

A simple application that allows you dynamically call C functions from DLL using libffi. Developed recreationally to test out libffi.

Quick Start

$ cc -o nob nob.c
$ ./nob
$ ./crepl ./raylib-5.5_linux_amd64/lib/libraylib.so
> InitWindow 800 600 "Bajoding"
> BeginDrawing
> ClearBackground 0xFF0000FF
> EndDrawing

About

C REPL

License:MIT License


Languages

Language:C 99.9%Language:JavaScript 0.1%