Would be great to have support for multiple start-symbols. I guess it would not be difficult to add since the start rule is just found in the rules https://github.com/hoaproject/Compiler/blob/de036d5ccfbfaca21c350537d25d0a0f247930eb/Llk/Parser.php#L173 https://github.com/hoaproject/Compiler/blob/de036d5ccfbfaca21c350537d25d0a0f247930eb/Llk/Parser.php#L774-L783
Would be great to have support for multiple start-symbols.
I guess it would not be difficult to add since the start rule is just found in the rules
Compiler/Llk/Parser.php
Line 173 in de036d5
Compiler/Llk/Parser.php
Lines 774 to 783 in de036d5