2 个不稳定版本
0.2.0 | 2020年10月11日 |
---|---|
0.1.0 | 2020年10月7日 |
209 在 模拟器
76KB
2K SLoC
corewars
经典编程战斗游戏 Core Wars 的 CLI 接口。
用法
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
用法
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: -]
依赖项
~5.5MB
~101K SLoC