lc3-toolchain 0.3.2

Toolchain for LC-3 Assembly Code, designed for ECE109 Spring 2025
Documentation
# lc3-toolchain

![Version](https://img.shields.io/badge/version-0.3.2-blue)
![Edition](https://img.shields.io/badge/edition-2024-orange)

LC-3 Assembly Toolchain, designed for ECE109 Spring 2025.

## Overview

`lc3-toolchain` contains a code `formatter` and `lint` tools specifically built for LC-3 assembly language.

## Installation

Download from release.

Or:
Cargo

```bash
cargo install lc3-toolchain
```

## Doc

[lc3fmt](src/bin/fmt.md)

[lc3lint](src/bin/lint.md)

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

GPL-v3