{
  "authors": [
    "David Taback",
    "Deepak Tolani"
  ],
  "configuration": {
    "disabled": true
  },
  "description": "An Ada LARL(1) parser generator",
  "executables": [
    "ayacc"
  ],
  "gpr-externals": {
    "AYACC_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ]
  },
  "licenses": "Unlicense",
  "long-description": "\nAyacc is an Ada parser generator in the style of yacc(1).\n\nThe first implementation was written by David Taback and Deepak Tolani\nat the University of California, Irvine.  The last version that was released\nappeared to be the Ayacc 1.1 released in 1994.\n\nAyacc was used and improved by P2Ada, the Pascal to Ada translator.\nThis version of Ayacc is derived from the P2Ada ayacc implementation\nreleased in August 2010.\n\nThis version brings a number of improvements:\n\n- Ayacc now uses more standard options to configure the code generation\n- The parser was improved to configure the parser stack size and\n  support Ada child packages.\n- The grammar supports the %unit directive to control the Ada child packages.\n- Several options provide a better control of the generated code.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "ayacc",
  "origin": {
    "commit": "9b8bf854e79f5e769a82f98f54ad638a14eb6dc7",
    "url": "git+https://github.com/Ada-France/ayacc.git"
  },
  "tags": [
    "parser",
    "generator",
    "grammar"
  ],
  "version": "1.3.0",
  "website": "https://github.com/Ada-France/ayacc"
}
