Download the PHP package tomzx/abstract-parser without Composer
On this page you can find all versions of the php package tomzx/abstract-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomzx/abstract-parser
More information about tomzx/abstract-parser
Files in tomzx/abstract-parser
Download tomzx/abstract-parser
More information about tomzx/abstract-parser
Files in tomzx/abstract-parser
Vendor tomzx
Package abstract-parser
Short Description An abstract parser written in PHP
License MIT
Homepage https://github.com/tomzx/abstract-parser
Package abstract-parser
Short Description An abstract parser written in PHP
License MIT
Homepage https://github.com/tomzx/abstract-parser
Please rate this library. Is it a good library?
Informations about the package abstract-parser
Abstract parser
An abstract parser written in PHP. Based on nikic's PHP Parser.
Getting started
Abstract parser
offers 2 interfaces which you'll want to implement:
NodeInterface
: A basic interface for all of the elements of your tree structured data structure.NodeVisitorInterface
: Actions to execute when entering/exiting aNodeInterface
element or at the beginning/end of a traversal.
Once you have implemented the NodeInterface
for your data elements, you can walk through them using something like the following:
License
The code is licensed under the MIT license. See LICENSE.
All versions of abstract-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package tomzx/abstract-parser contains the following files
Loading the files please wait ....