Metadata-Version: 2.3
Name: brainfog
Version: 0.1.1
Summary: A custom high level language to make writing Brainfuck better
Keywords: brainfuck,compiler,compile,esolang,high-level,esoteric,language
Author: ShackledMars261
License: MIT
Requires-Dist: rich>=14.2.0
Requires-Dist: typer>=0.20.0
Requires-Python: >=3.13
Project-URL: Bug Tracker, https://github.com/ShackledMars261/brainfog/issues
Project-URL: Homepage, https://github.com/ShackledMars261/brainfog
Description-Content-Type: text/markdown

# Brain Fog

A custom high level language to make writing Brainfuck better.

Language Documentation is located [here](https://github.com/ShackledMars261/brainfog/blob/main/language_docs.md).  
Examples can be found in the [examples](https://github.com/ShackledMars261/brainfog/tree/main/examples) directory.

## Installation
```sh
python3 -m pip install brainfog
brainfog version # Verify it installed successfully
```

## Usage
```sh
brainfog compile <your BrainFog (.bfg) file> | brainfuck # Assuming you have the Brainfuck CLI installed
```