-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/share/doc/re2c/examples/
File Upload :
Current File : //usr/share/doc/re2c/examples/sample.re

/*!re2c
	"print"		{return PRINT;}
	[a-z]+		{return ID;}
	[0-9]+		{return DEC;}
	"0x" [0-9a-f]+	{return HEX;}
	[\000-\377]	{return ERR;}
*/

Copyright © 2017 || Recoded By Mr.Bumblebee