-- Andreas, 2021-01-24 -- Cannot mix 'token' definitions with other rules. rules Foo ::= "foo" | "bar" ; token Foo digit+;