spo/asmblr
2026-01-15 19:29:35 +01:00
..
.github/workflows commit message 2026-01-15 19:29:35 +01:00
src commit message 2026-01-15 19:29:35 +01:00
test commit message 2026-01-15 19:29:35 +01:00
.gitignore commit message 2026-01-15 19:29:35 +01:00
gleam.toml commit message 2026-01-15 19:29:35 +01:00
manifest.toml commit message 2026-01-15 19:29:35 +01:00
README.md commit message 2026-01-15 19:29:35 +01:00

asmblr

Package Version Hex Docs

gleam add asmblr@1
import asmblr

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/asmblr.

Development

gleam run   # Run the project
gleam test  # Run the tests