hephasm 0.1.0

Assembler for Asmodeus architecture with macro support and extended instructions
Documentation
[dependencies.asmodeus_shared]
version = "0.1.0"

[dependencies.lexariel]
version = "0.1.0"

[dependencies.parseid]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies]

[lib]
name = "hephasm"
path = "src/lib.rs"

[package]
authors = ["Szymon Wilczek"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools"]
description = "Assembler for Asmodeus architecture with macro support and extended instructions"
edition = "2021"
keywords = ["asmodeus", "assembler", "machine-w", "macros", "compilation"]
license = "MIT"
name = "hephasm"
readme = "README.md"
repository = "https://github.com/szymonwilczek/asmodeus"
version = "0.1.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"