Skip to content

Instantly share code, notes, and snippets.

View yomusu's full-sized avatar

Yom Matsu yomusu

  • Japan
View GitHub Profile
/****************************************************************
*
*
* this is scanner, light and simple, like one of Java1.5.
*
*
* [example]
*
* LiteScanner s = new LiteScanner( "one,two", ',' );
* while( s.hasNext() )