Jack
Jack
The get_parser functions are now implemented by iterating through the parser list. This could maybe be optimized by sorting the list by type ID or similar.
It should be possible to select at build time which modules to build and install, for both dynamic and static mode.
It should be possible to select which parser modules to load at run time (dynamic mode). Now all of the installed modules are loaded. A work around for this is...
Now when it is possible to statically link the parser modules at build time, it would be great with support for Arduino.