您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 不常用的TParser类解析(文本文件中相关字符串)

  2. 关键函数及方法 type TParser = class(TObject) public constructor Create(); Creates a new parser instance. destructor Destroy; override; Destroys the parser instance. procedure CheckToken(); Checks whether the token if of the given type. procedure CheckToken
  3. 所属分类:其它

    • 发布日期:2009-02-16
    • 文件大小:226304
    • 提供者:jy8292672
  1. 词法分析器设计与实现

  2. 输入source.tny文件,输出:token[40]、tokenstring[40][30]。具体包括: ①已经能够识别样例程序:变量、数、赋值号、分号。 ②修改代码使其能够识别:变量、数、赋值号、分号、加号、减号、乘号、除号。 ③通过使用TINY语言实现词法分析中运算符号(+-*/)的识别。
  3. 所属分类:其它

    • 发布日期:2018-01-25
    • 文件大小:77824
    • 提供者:yin_ping1101