Skip to content

SNURhythm/bms-parser-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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