zamm 0.1.0

A literate programming tool for Yin and Yang
zamm-0.1.0 is not a library.
Visit the last successful build: zamm-0.1.7

ZAMM

Build Status

This is a literate programming code generation tool for the Yin and Yang crates.

It builds an intermediate code-generation binary from the provided Markdown file (yin.md by default) and runs the binary in the current directory.

Install

cargo install zamm

Usage

zamm 0.0.1
Amos Ng <me@amos.ng>
Literate code generation for Yin and Yang.

USAGE:
    zamm <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    build      Generate code from an input file
    clean      Clean up autogenerated files
    help       Prints this message or the help of the given subcommand(s)
    release    Prepare repo for a Cargo release
    test       Make sure the project will pass CI tests

You can look at the yin.md for both Yin and Yang for examples on this literate programming style.

To use this tool, simply navigate to the project directory and run

zamm build

The code will be generated inside the current directory.