Apologies for another question, I think I shall re-phrase my original question here as this is probably a pretty simple thing to do:
If i had a language which i wanted to create, like so:
A B <something> C
this would mean only an input like: A B .... C would be valid.
In contrast, B A ..... would not be valid.
Is there any easy way to define a constructor such as 'B' must always occur after 'A'? I have only ever seen the A | B type of constructor 'A or B'