Metadata-Version: 2.4
Name: rainduck
Version: 0.2.0
Summary: A simple BrainFuck extension with macros
Author-email: Lukáš Koma <koma.luky@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Skrret/rainduck
Project-URL: Issues, https://github.com/Skrret/rainduck/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Dynamic: license-file

# RainDuck

A simple BrainFuck extension with macros transpiled to BrainFuck.

## Installation

Use `pip` to install RainDuck.
```bash
pip install rainduck
```

## Usage

```bash
# transpiles code to BrainFuck
rainduck my-program.rd

# use some BrainFuck compiler or interpreter
brainfuck my-program.bf
```

## Contributing

Pull requests are welcome.

## License

[MIT](https://choosealicense.com/licenses/mit/)
