corewars-parser-macro 0.0.0

A placeholder subcrate for corewars
Documentation
1
2
3
4
5
6
7
8
9
10
# corewars-parser-macro

[![Latest crates.io release](https://img.shields.io/crates/v/corewars-parser-macro?label=corewars-parser-macro&logo=rust)](https://crates.io/crates/corewars-parser-macro)
[![Latest Github release](https://img.shields.io/github/v/release/corewa-rs/corewars?label=Release&include_prereleases&logo=github)](https://github.com/corewa-rs/corewars/releases)
[![Build status](https://img.shields.io/github/workflow/status/corewa-rs/corewars/ci/develop)](https://github.com/corewa-rs/corewars/actions)

A helper proc-macro for writing [Core Wars](http://www.koth.org/index.html) warriors inline in Rust.
Primarily used as a testing dependency for other crates, such as the [corewars-sim](https://crates.io/crates/corewars-sim) crate.

See the [website](https://corewa.rs) or the [Github repo](https://github.com/corewa-rs/corewars) for more details.