fixed

fun <T : Any> fixed(value: T): Parser<T>

解析位置を進めることなしに、常に value を返すパーサーを返します。