docs.rs failed to build awa5_rs-0.1.15
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
awa5_rs-0.1.14
AWA5.RS
An AWA5.0 CLI tool written in Rust (btw)
Runs as an AWA5.0 interpreter for Awatisms with file extension .awasm
and Awatalk with file extension .awa
Can also run as an assembler for Awatisms and Awatalk to object files, and assembled object files with extension .o
can be run by the interpreter
Installation
To install or build from source, you will need to have rust
or rustup
installed
# using Arch Linux's package manager
If you installed rustup
, you need to install a toolchain
With Cargo
You can install from crates.io using cargo
And then run from the command line
From source
Or clone this repository and build it from source using cargo
Web builds
You need Emscripten or emsdk installed
Usage
Usage: awa5_rs [OPTIONS] [input]
Arguments:
[input] File to interpret or convert
Options:
-o, --output <output> Output to file with new format .awasm .awa .o
-s, --string <string> String to interpret or convert
--awasm Parse string as awasm
--awa Parse string as awatalk
-p, --path <path> Search paths separated by ';' for shared libraries
-i, --include <include> Include paths separated by ';' for source files
-h, --help Print help
-V, --version Print version