一個簡單的詞法分析器

public class Lexer { private LexerSetting _setting = LexerSetting.Default; private readonly string[] Operators = new string[] { "&&", "||", "==", "=", "!=", ">=", "<=", "<>", ">",
相關文章
相關標籤/搜索