Categorygithub.com/john-nguyen09/go-phpparser
modulepackage
0.0.0-20220807130934-3c5faa3c4bcf
Repository: https://github.com/john-nguyen09/go-phpparser.git
Documentation: pkg.go.dev

# README

Go PHP parser

A port of php7parser (No longer accessible) by Ben Mewburn to Go

Reasons

  • My first project in Go and this project is an excuse to learn go
  • Performance is what I am looking for, Intelephense used to use php7parser which is very fast
  • Will be the base for my PHP language server in the future
  • Since Go is compile language so hopefully I can squeeze a little bit more performance out of the language itself

# Packages

No description provided by the author
Package queue provides a fast, ring-buffer queue based on the version suggested by Dariusz Górecki.
No description provided by the author