A class library that compiles (converts) MML into standard MIDI files. Implementation in C++17. It is in a form that can be built as a command line application. The MML grammar does not have a fixed ...
JavaCC (Java Compiler Compiler) parser generator. Given a context free grammer, JavaCC generates a parser. JTB (Java Tree Builder) jar file jtb.jar JTB is a syntax tree builder to be used with JavaCC.