Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 770 Bytes

bms-parser-cpp [WIP]

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.

Goal

  • Implement blazing-fast parser with parallel processing

TODOs

  • Implement client-specific commands like
  • Refactor interface to fit standard conventions
  • Provide note position calculator

Others

Check bms-parser-py for Python implementation