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