root = "hello" _ location:location { return { location }; } _ = ("\t" / " ")+ { return undefined; } location = "world" / "earth"