PR #413 adds "plugins" for fancy language parsers (woot!). At some point, it will be nice to include a listing of installed plugins as well.
Cases to handle:
no plugins
plugins :-)
Maybe the current hacky lute.parse.registry will need to change, separating out plugin loading from registry stuff, so that the plugins could be easily pulled out. Or perhaps the plugin version info could be included in the registry.
PR #413 adds "plugins" for fancy language parsers (woot!). At some point, it will be nice to include a listing of installed plugins as well.
Cases to handle:
Maybe the current hacky
lute.parse.registry
will need to change, separating out plugin loading from registry stuff, so that the plugins could be easily pulled out. Or perhaps the plugin version info could be included in the registry.