hoaproject / Compiler

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

Multiple start-symbols support #100

Open flip111 opened 5 years ago

flip111 commented 5 years ago

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