werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

[TECH] parser refactoring #431

Open SambaGodschynski opened 3 weeks ago

SambaGodschynski commented 3 weeks ago

as a code developer I want to reduce the dependencies on the boost library. Also the boost grammar impl. reduces the build time and consumes a lot of memory.

furthermore I want to have a more "forgiving" parser which is able to continue even if there is an error in the source to be to include more introspection features into the VSCode addon.