!747 m { p { String src = loadSnippet(args[0]); List l = javaTok(src); for (int i = 0; i < l.size(); i++) System.out.println(l.get(i)); }}