hephasm 0.1.0

Assembler for Asmodeus architecture with macro support and extended instructions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hephasm"
version = "0.1.0"
edition = "2021"
description = "Assembler for Asmodeus architecture with macro support and extended instructions"
license = "MIT"
repository = "https://github.com/szymonwilczek/asmodeus"
authors = ["Szymon Wilczek"]
keywords = ["asmodeus", "assembler", "machine-w", "macros", "compilation"]
categories = ["compilers", "development-tools"]

[dependencies]
asmodeus_shared = { path = "../shared", version = "0.1.0" }
parseid = { path = "../parseid", version = "0.1.0" }
lexariel = { path = "../lexariel", version = "0.1.0" }
thiserror = "1.0"

[dev-dependencies]