frederikheld / sheet-parser

Parser for freds-songbook-2 that returns the given sheet code as an object of the sheet's components. It's also ther eference implementation of the notation format used in freds-songbook-2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sheet-parser

Parser for freds-songbook-2 that returns the given sheet code as an object of the sheet's components.

Reference implementation of the notation format used in freds-songbook-2.

Compatibility notes

This package makes use of String.prototype.matchAll() which is available starting with Node 12.0.0. Therefore versions before Node 12 are not supported!

Develop

Tooling

This project comes with a config for VSCode that supports

About

Parser for freds-songbook-2 that returns the given sheet code as an object of the sheet's components. It's also ther eference implementation of the notation format used in freds-songbook-2.

License:MIT License


Languages

Language:JavaScript 100.0%