Compiler icon indicating copy to clipboard operation
Compiler copied to clipboard

Multiple start-symbols support

Open flip111 opened this issue 6 years ago • 0 comments

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

flip111 avatar Mar 21 '19 15:03 flip111