a
module JSMeta { language HelloWorld { syntax Main = AnyInput(any); token AnyInput(Param0) = res:Param0* => res; } }