https://github.com/matteopolak/baerscript
An interpreted esoteric programming language.
https://github.com/matteopolak/baerscript
baerscript collatz esoteric interpreter rust
Last synced: about 1 year ago
JSON representation
An interpreted esoteric programming language.
- Host: GitHub
- URL: https://github.com/matteopolak/baerscript
- Owner: matteopolak
- License: mit
- Created: 2022-09-20T15:07:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T23:21:20.000Z (over 3 years ago)
- Last Synced: 2025-02-16T18:46:40.992Z (over 1 year ago)
- Topics: baerscript, collatz, esoteric, interpreter, rust
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaerScript 🐻


[](https://opensource.org/licenses/MIT)
[](https://www.rust-lang.org/tools/install)
[BaerScript](https://github.com/matteopolak/baerscript) is an esoteric programming language built with Rust 🦀.
Check out the docs [by clicking here](DOCUMENTATION.md).
```bash
Usage: baerscript [OPTIONS]
Arguments:
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](https://www.rust-lang.org/tools/install) for [Rust nightly](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html),
to [build from source with cargo](https://doc.rust-lang.org/cargo/commands/cargo-build.html), and to [run the unit tests](https://doc.rust-lang.org/cargo/commands/cargo-test.html).
```bash
cargo +nightly build --release
```
### Pre-built Binaries
Binaries are released on major releases for Windows platforms and can be located [in the releases tab](https://github.com/matteopolak/baerscript/releases).
## License
[MIT](./LICENSE)