Skip to content

matteopolak/baerscript

Repository files navigation

BaerScript 🐻

Build Status Release Status License:MIT Rust:Nightly

BaerScript is an esoteric programming language built with Rust 🦀. Check out the docs by clicking here.

Usage: baerscript [OPTIONS] <FILE>
Arguments:
  <FILE>  The path to the baerscript file

Options:
  -d, --debug    Whether to show debugging information
  -a, --ascii    Whether to use ascii
  -h, --help     Print help information
  -V, --version  Print version information

Install

See the Rust install guide for Rust nightly, to build from source with cargo, and to run the unit tests.

cargo +nightly build --release

Pre-built Binaries

Binaries are released on major releases for Windows platforms and can be located in the releases tab.

License

MIT