Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Enter-tainer/cpprepl

Repository files navigation

c(pp)repl

demo

a simple c/cpp repl with ghci style commands

Install

npm i -g cpprepl

Config

cpprepl --clang++ # use clang++
cpprepl --g++     # or use g++ for default
crepl
crepl --clang

Usage

cpprepl --help
crepl -help

Commands

>>= :m iostream // load iostream
>>= :b i // show i in binary
>>= :t i // show i's type
>>= :q   // to quit

About

a deadly simple repl for cpp with ghci style commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published