Expect a PITarget token.

Append the parsed name to buffer.

Property definitions

saxophonit $ XophonLexer :: expect_pi_target
	# Expect a `PITarget` token.
	#
	# Append the parsed name to `buffer`.
	fun expect_pi_target(buffer: Buffer): Bool do
		return expect_name(buffer) and check_pi_target(buffer)
	end
lib/saxophonit/lexer.nit:162,2--167,4