scato/phpeg
Composer 安装命令:
composer require scato/phpeg
包简介
PEG Parser Generator
README 文档
README
PEG Parser Generator
This project is still unstable. Some features like case-insensitive literals are stil missing. The rest should work, though.
Usage
Install this tool as a dev requirement:
"require-dev": {
"scato/phpeg": "1.*"
}
You can now generate (and regenerate) parsers using the command line tool:
$ vendor/bin/phpeg generate <input-file> [<output-file>]
Read the grammar section in the documentation for help on the grammar syntax. Read the usage section for more details on both basic and advanced usage.
About
PHPeg is a PEG parser generator.
The generated parser is a PEG parser that uses memoization. This effectively makes it a Packrat Parser, or so I'm told.
PHPeg is heavily inspired by PEG.js. The grammar section contains details on the differences.
统计信息
- 总下载量: 853
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-18