cambridge-asm 0.3.2

Run pseudoassembly from Cambridge International syllabus 9618
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["yaml"]
version = "2.33"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"

[package]
authors = ["SaadiSave <https://github.com/SaadiSave>"]
description = "Run pseudoassembly from Cambridge International syllabus 9618"
edition = "2018"
license = "MPL-2.0"
name = "cambridge-asm"
repository = "https://github.com/SaadiSave/cambridge-asm"
version = "0.3.2"