Help language development. Donate to The Perl Foundation

ANTLR4::Grammar cpan:JGOFF last updated on 2019-02-24

META6.json
{
  "auth" : "github:drforr",
  "authors" : [
    "Jeffrey Goff <[email protected]>"
  ],
  "build-depends" : [ ],
  "depends" : [
    "Test::META"
  ],
  "description" : "Turn ANTLR4 Grammars into Perl 6 Grammars",
  "license" : "Artistic-2.0",
  "meta6" : "0",
  "name" : "ANTLR4::Grammar",
  "perl" : "6.c",
  "provides" : {
    "ANTLR4::Actions::Perl6" : "lib/ANTLR4/Actions/Perl6.pm6",
    "ANTLR4::Grammar" : "lib/ANTLR4/Grammar.pm6",
    "ANTLR4::Grammar::Parser" : "lib/ANTLR4/Grammar/Parser.pm6"
  },
  "resources" : [ ],
  "source-url" : "https://github.com/drforr/perl6-ANTLR4.git",
  "support" : {
    "source" : "https://github.com/drforr/perl6-ANTLR4.git"
  },
  "tags" : [
    "ANTLR",
    "ANTLR4",
    "Grammar",
    "Transform",
    "Languages",
    "parse",
    "parser",
    "parsing"
  ],
  "test-depends" : [
    "Test",
    "JSON::Tiny"
  ],
  "version" : "0.6.2"
}