Update README.md
This commit is contained in:
parent
f56204b761
commit
7f0bd61fc5
@ -5,6 +5,9 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
# PHP-Parser
|
# PHP-Parser
|
||||||
|
|
||||||
|
[![Exago](https://api.exago.io:443/badge/tests/github.com/z7zmey/php-parser)](https://exago.io/project/github.com/z7zmey/php-parser)
|
||||||
|
|
||||||
A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com/nikic/PHP-Parser)
|
A Parser for PHP written in Go inspired by [Nikic PHP Parser](https://github.com/nikic/PHP-Parser)
|
||||||
|
|
||||||
Library uses [cznic/golex](https://github.com/cznic/golex) and [goyacc](https://godoc.org/golang.org/x/tools/cmd/goyacc)
|
Library uses [cznic/golex](https://github.com/cznic/golex) and [goyacc](https://godoc.org/golang.org/x/tools/cmd/goyacc)
|
||||||
@ -12,6 +15,7 @@ Library uses [cznic/golex](https://github.com/cznic/golex) and [goyacc](https://
|
|||||||
## Features:
|
## Features:
|
||||||
- Fully support PHP7 syntax (PHP5 in future)
|
- Fully support PHP7 syntax (PHP5 in future)
|
||||||
- Abstract syntax tree representation
|
- Abstract syntax tree representation
|
||||||
|
- Traversing AST
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [X] Lexer
|
- [X] Lexer
|
||||||
|
Loading…
Reference in New Issue
Block a user