From a762ab375451fc95ff0a4d7a68cb0bbf680509e7 Mon Sep 17 00:00:00 2001 From: z7zmey Date: Tue, 20 Feb 2018 19:37:42 +0200 Subject: [PATCH] update doc.go --- doc.go | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc.go b/doc.go index caa1df0..5aaed5b 100644 --- a/doc.go +++ b/doc.go @@ -4,21 +4,19 @@ A Parser for PHP written in Go Features: -* Fully support PHP5 and PHP7 syntax + * Fully support PHP5 and PHP7 syntax + * Abstract syntax tree representation + * Traversing AST -* Abstract syntax tree representation - -* Traversing AST - -Install +Install: go get github.com/z7zmey/php-parser -CLI dumper +CLI dumper: $GOPATH/bin/php-parser -php5 /path/to/file/or/dir -Package usage example +Package usage example: package main