Group
Extension

Matches 2

MarpaX-Grammar-Parser ( R/RS/RSAVAGE/MarpaX-Grammar-Parser-2.01.tgz, RSAVAGE, 2018; MetaCPAN )
MarpaX-Grammar-Parser/scripts/find.grammars.pl ( view source; MetaCPAN )
::ShareDir;

# --------------

my($app_name) = 'MarpaX-Grammar-Parser';
my($bnf_name) = shift || 'json.1';
$bnf_name     .= '.bnf';
my($path)     = File::ShareDir::dist_file($app_name, $bnf_name);

pr
MarpaX-Grammar-Parser ( R/RS/RSAVAGE/MarpaX-Grammar-Parser-2.01.tgz, RSAVAGE, 2018; MetaCPAN )
MarpaX-Grammar-Parser/lib/MarpaX/Grammar/Parser.pm ( view source; MetaCPAN )
command to generate this file is:

	scripts/bnf2tree.sh c.ast

=item o share/json.1.bnf

It is part of L<MarpaX::Demo::JSONParser>, written as a gist by Peter Stuifzand.

See L<https://gist.github.com
le is:

	scripts/bnf2tree.sh json.1

The outputs are share/json.1.cooked.tree and share/json.1.raw.tree.

=item o share/json.2.bnf

It also is part of L<MarpaX::Demo::JSONParser>, written by Jeffrey K
 this file is:

	scripts/bnf2tree.sh json.2

The outputs are share/json.2.cooked.tree and share/json.2.raw.tree.

=item o share/json.3.bnf

The is yet another JSON grammar written by Jeffrey Kegler.


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.