Jaap van Otterdijk
Jaap van Otterdijk
I fixed this in #594 :-)
This issue can be closed now?
My workaround for now: ``` public function resetPosition($position = 0) { parent::resetPosition($this->tokenPositions[$position]); } protected function scan($input) { parent::scan($input); // TODO: Change the autogenerated stub $class = new \ReflectionClass(AbstractLexer::class); $property =...
I think our first step would be it describe what all projects need from this library? Do you want just an easy way to parse the RST into a html...
> Doctrine is no longer solely about databases, we have packages that are used independently from doctrine/dbal, like our coding standard, or the annotations library, or this library. you are...
When we are ready with the major refactoring steps we can start extracting the parser and maybe some related components from the main repository of phpdocumentor. I can't promise when...
An update from our side: This week we started another enormous improvement in the parser. As many of you might now the parser and rendering are both using an `Environment`...
We had some more time to refactor things more. I started to extract all rendering from the parser phase. The parser is now just using the renderer in de directives....
Beyond my own expectations I was able to refactor all existing directives and turn them in to normal nodes. :tada: And the parser is now almost clean from any output...
Spend some more time to dig in the parser code. And I think that I discovered a missing link. A simple step that would allow a lot of advanced features....