It'd be nice to have "parse selection", and "generate parser from selection".
These would be nice for running the parser on markdown code blocks, and things like yacc files embedded in rust source code.
The main issue is for the former, which parser do we parse it with, because the selection doesn't have an extension.
My thoughts are:
- Add a
default key to nimbleparse.toml's parsers
- Add a
Set default parser command which works on yacc files, and presumably a set default parser to selection command.
It'd be nice to have "parse selection", and "generate parser from selection".
These would be nice for running the parser on markdown code blocks, and things like yacc files embedded in rust source code.
The main issue is for the former, which parser do we parse it with, because the selection doesn't have an extension.
My thoughts are:
defaultkey to nimbleparse.toml'sparsersSet default parsercommand which works on yacc files, and presumably aset default parser to selectioncommand.