UNPKG

phpeggy

Version:

PHP target for Peggy parser generator

16 lines (13 loc) 369 B
"use strict"; const peggyVersion = require("peggy/package.json").version; const phpeggyVersion = require("../../../package.json").version; module.exports = [ "<?php", "/**", " * Generated by Peggy " + peggyVersion + " with PHPeggy plugin " + phpeggyVersion, " *", " * https://peggyjs.org/", " * https://github.com/marcelbolten/phpeggy", " */", "", ];