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