lmc-cli

Crates.iolmc-cli
lib.rslmc-cli
version0.1.2
sourcesrc
created_at2023-03-28 15:18:13.184653
updated_at2023-04-09 20:22:06.606406
descriptionCLI for LMC Assembly
homepage
repositoryhttps://github.com/CDE90/lmc-cli
max_upload_size
id823164
size13,907
Ethan Coward (CDE90)

documentation

README

LMC CLI Program

An example implementation of my LMC assembly language as a CLI program.

This uses my lmc-assembly library.

Usage

lmc-cli --program <path to program>

Example

Copy an example from the library repo to the current directory.

lmc-cli --program sum.lmc
Commit count: 15

cargo fmt