docs.rs failed to build tibrs-0.1.3
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.
tibrs
A library and CLI for compimling and decompiling TI-BASIC to and from an 8xp outside of TI-CONNECT.
Installation
# add this crate to your project
# install `tibc` binary
Crate Usage
CLI Usage
Note: when compiling 8xp files, tibc will infer the embedded PRGM var name from the first 8 letters of the outfile name, capitilized.
# compile
# decompile
References
This binary implementation was based off the highly useful Merthsoft TI Linkguide.