From e39f847146da0641085ed21122d3e8c4ad6ec91d Mon Sep 17 00:00:00 2001 From: z7zmey Date: Tue, 20 Feb 2018 19:36:44 +0200 Subject: [PATCH] update doc.go --- doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc.go b/doc.go index 447d802..caa1df0 100644 --- a/doc.go +++ b/doc.go @@ -5,7 +5,9 @@ A Parser for PHP written in Go Features: * Fully support PHP5 and PHP7 syntax + * Abstract syntax tree representation + * Traversing AST Install