
prompto.parser.IParserFactory Maven / Gradle / Ivy
package prompto.parser;
public interface IParserFactory {
ILexer newLexer();
IParser newParser();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package prompto.parser;
public interface IParserFactory {
ILexer newLexer();
IParser newParser();
}