Examples (6)
Start a REPL (interactive shell)
Start a REPL with a custom prompt
carp --prompt "> "Build a `carp` file
carp -b path/to/file.carpBuild and run a file
carp -x path/to/file.carpBuild a file with optimizations enabled
carp -b --optimize path/to/file.carpTranspile a file to C code
carp --generate-only path/to/file.carpmade by @shridhargupta | data from tldr-pages