1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LEdoian b93fd82343 Remove stray io.debug 3 weeks ago
..
src Remove stray io.debug 3 weeks ago
test Add initial version of gmpro library 3 weeks ago
.gitignore Add initial version of gmpro library 3 weeks ago
README.md Add initial version of gmpro library 3 weeks ago
gleam.toml Add initial version of gmpro library 3 weeks ago
manifest.toml Add initial version of gmpro library 3 weeks ago

README.md

GmPro

A Gleam parser for ChordPro files

(the name is a silly pun on the G minor chord lol)

So far it lives inside the netzpevnik repository, when it becomes reasonably usable, I will probably move it to a dedicated repository. (Git submodules are not so comfy while developing both projects…)

gleam add gmpro@1
import gmpro

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

Development

#gleam run              # Run the project  does nothing
gleam test              # Run the tests (TODO: someone write those!)
gleam run -m gmpro/demo # Run a trivial demo that uses the library