/** This code is provided for solely for use of students in the course COP5556 Programming Language Principles at the
* University of Florida during the Fall Semester 2022 as part of the course project. No other use is authorized.
package edu.ufl.cise.plpfa22;
Copyright By PowCoder代写 加微信 powcoder
public class CompilerComponentFactory {
public static ILexer getLexer(String input) {
return new Lexer(input);
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com