
carp
List of commands for carp:
-
carp:tldr:44740 carp: Transpile a file to C code.$ carp --generate-only ${filename-carp}try on your machineexplain this command
-
carp:tldr:9509b carp: Start a REPL (interactive shell).$ carptry on your machineexplain this command
-
carp:tldr:99e4e carp: Build a `carp` file.$ carp -b ${filename-carp}try on your machineexplain this command
-
carp:tldr:a75ac carp: Build a file with optimizations enabled.$ carp -b --optimize ${filename-carp}try on your machineexplain this command
-
carp:tldr:a77ec carp: Start a REPL with a custom prompt.$ carp --prompt "${> }"try on your machineexplain this command
-
carp:tldr:e890a carp: Build and run a file.$ carp -x ${filename-carp}try on your machineexplain this command