1.3.0 • Published 3 years ago

cpprepl v1.3.0

Weekly downloads
165
License
MIT
Repository
github
Last release
3 years ago

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
1.3.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago