phpeggy
Version:
PHP target for Peggy parser generator
16 lines (13 loc) • 369 B
JavaScript
;
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",
" */",
"",
];