%%
[_a-zA-Z][_a-zA-Z0-9]*		{
	std::cout << "[Identifier: " << match() << "]\n";
}

.|\n						// ignore
