C++ implementation of Be-Music Script parser
WIP: Parser interface may change. This is quite functional though; you can use it right away.
You can get amalgamated code from releases, or you can build it by yourself by running make amalgamate
in the root directory.
- Implement blazing-fast parser with parallel processing
- Implement client-specific commands like
- Refactor interface to fit standard conventions
- Provide note position calculator
Check bms-parser-py for Python implementation