flip111
flip111
> I read the code, and right now, I found no useful case where the $nodeId is used in the constructor. It is always set to null. I guess we...
@Grummfy what is your opinion about the documentation at the moment?
The regexes come from the tokens https://github.com/hoaproject/Compiler/blob/fd6f3f943514193b349109347c56241c1c34a331/Llk/Lexer.php#L192-L201 These are supplied in https://github.com/hoaproject/Compiler/blob/fd6f3f943514193b349109347c56241c1c34a331/Llk/Lexer.php#L111 The interesting places where `lexMe` is called is as follows: * https://github.com/hoaproject/Compiler/blob/ff934cce1745f2a5bd470abfaf0046d7b8e9025b/Llk/Rule/Analyzer.php#L149 * https://github.com/hoaproject/Compiler/blob/ff934cce1745f2a5bd470abfaf0046d7b8e9025b/Llk/Parser.php#L163 The first code calls...
@Majkl578 i might take a look at this bug, but please make it easy for me and provide runnable test code
@Majkl578 what do you mean? proprietary is usually used to refer to license. In this case it's not proprietary but BSD license. As for test framework it's based on http://atoum.org/...
It would be good to fix this bug together with https://github.com/hoaproject/Compiler/issues/78 at the same time.
@Majkl578 you are right PHPUnit is not Atoum. PHPUnit is the most used test framework for PHP, but a standard? Anyway we can worry about unit test later, i can...
Update for the people not reading the other thread. Refactoring to make hoa php 7 is on going. > My personal target is mid-February, but let's keep March the official...
@SerafimArts i don't understand how you connect the php code with the C++ library you linked. Care to explain ?