diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..896001e --- /dev/null +++ b/doc.go @@ -0,0 +1,36 @@ +/* + +## Features: + + Fully support PHP5 and PHP7 syntax + Abstract syntax tree representation + Traversing AST + +## Install + + go get github.com/z7zmey/php-parser + +Example + + package main + + import ( + "bytes" + + "github.com/z7zmey/php-parser/php7" + "github.com/z7zmey/php-parser/visitor" + ) + + func main() { + src := bytes.NewBufferString(`