hoaproject / Compiler

The Hoa\Compiler library.
https://hoa-project.net/
453 stars 47 forks source link

Future of Compiler package #107

Open SerafimArts opened 4 years ago

SerafimArts commented 4 years ago

@Hywan hi!

I saw your twitter post: https://twitter.com/mnt_io/status/1206936893692219393

About a 2 year ago, I forked this package (https://github.com/hoaproject/Compiler/network). And for some time he developed it as part of a GraphQL parser under a double license. Then, due to speed problems, problems with the license (BSD vs MIT) and some other bugs, I had to completely rewrite it from scratch, including the algorithm.

My project is an independent implementation but with some compatibility with the HOA's grammar. And if you want to abandon the Hoa\Compiler package, you can refer to my project as a further development of this package.

https://github.com/phplrt

And many thanks for the work done! <3

sanmai commented 4 years ago

Hi @Hywan, I'll be happy to pick up the baton too. I can't promise radical updates, but I'm sure I can handle at least getting packages up to speed with PHP 7.4.

For example, here's a fork that is completely functional under PHP 7.4.

Hywan commented 4 years ago

@sanmai I can give you more permissions, but let's start by PR maybe? Just to see where we go. I'm all in giving your the baton!

sanmai commented 4 years ago

Let's start with #108: we'll see what is broken and where.

Absolutely no hurry here with the baton.

vsychov commented 4 years ago

Hi @Hywan and other project members, is this project abandoned? Nobody react on this PR - https://github.com/hoaproject/Consistency/pull/36, can it be merged? Because it's block lot of peoples (especially who use jms serializer), from usage php 7.4 opcache preload.

Best regards.