php
php copied to clipboard
Parser for PHP written in Go
We are currently parsing ``` echo (int)"0" || false; ``` As if it was ``` echo (int)("0" || false); ```
Hi, I think I have found a problem with the parsing of simple function calls. Given the following code: ```
To do an intermediate transpile, we will need to translate common PHP functions and classes to Go equivalents. This may happen at two levels. The first is to provide functional...
To do an intermediate transpile, we will need to translate common PHP functions and classes to Go equivalents. This may happen at two levels. The first is to provide functional...
There is a corner case causing an infinite loop that occasionally occurs on the phpconsole program.