I attach a rewrite I once made of the old bison.simple, where the two
or three parser stacks are merged into one. I think it might be a
good idea to rewrite the parser so that the stack pushes of the
different stacks occur in the same location, because it becomes more
logical then.