corewars

Crates.iocorewars
lib.rscorewars
version0.2.0
sourcesrc
created_at2020-10-07 04:37:39.637952
updated_at2020-10-11 22:20:02.117846
descriptionThe classic programming battle game Core Wars
homepagehttps://corewa.rs/
repositoryhttps://github.com/corewa-rs/corewars
max_upload_size
id296820
size32,302
Ian Chamberlain (ian-h-chamberlain)

documentation

README

corewars

Latest Crates.io Release Latest Github Release Build Status

A CLI interface for playing the classic programming battle game Core Wars.

See the website or the Github repo for more details.

Usage

Parse, assemble, and save Redcode files

USAGE:
    corewars <input-file> <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <input-file>    Input file; use "-" to read from stdin

SUBCOMMANDS:
    dump    Save/print a program in "load file" format
    help    Prints this message or the help of the given subcommand(s)

dump Usage

Save/print a program in "load file" format

USAGE:
    corewars <input-file> dump [FLAGS] [OPTIONS]

FLAGS:
    -h, --help         Prints help information
    -E, --no-expand    Whether labels, expressions, macros, etc. should be resolved and expanded in the output
    -V, --version      Prints version information

OPTIONS:
    -o, --output-file <output-file>    Output file; defaults to stdout ("-") [default: -]
Commit count: 427

cargo fmt