ST
Yylex(java.io.Reader in) {
this.zzReader = in;
}
Не понимаю как строку превратить в lava.io.reader
если сделать так -
(import Yylex)все равно ругается
(import '(java.io BufferedReader StringReader))
(def obj (new Yylex (new StringReader "test test")))
No matching ctor found for class Yylex
public Yylex(java.io.Reader in)