Hey guys I have a problem with my program, I am trying to read in a grammar putting multiple right hand rules to a left hand rule using multimapping. The thing is that let's say the rule is:
a -> al pha bet
it maps [a, al] and ignores the rest.
Was wondering if you guys could spot an error that I cannot.
Thank you.