V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
haython
V2EX  ›  程序员

词法分析能用来干什么?

  •  
  •   haython · 2015-04-15 00:20:17 +08:00 · 2440 次点击
    这是一个创建于 3315 天前的主题,其中的信息可能已经有所发展或是发生改变。
    看到https://github.com/nikic/PHP-Parser 用php实现的php词法分析,我想知道这个能用来干什么?
    4 条回复    2015-04-15 18:57:09 +08:00
    Septembers
        1
    Septembers  
       2015-04-15 01:42:37 +08:00 via Android   ❤️ 1
    http://zh.wikipedia.org/zh/%E8%AF%8D%E6%B3%95%E5%88%86%E6%9E%90

    可用来做 代码高亮,语法检查,逻辑检查,代码提示,等
    staticor
        2
    staticor  
       2015-04-15 15:24:42 +08:00   ❤️ 1
    如楼上, 最容易联想到的例子就是 Sublime-Text 这种轻编辑器提供的语法环境就是基于此实现的.

    Highlight 一般就是一些关键字 + 不同配色的方案
    更复杂的功能像是文件格式的优化比如 python相关的pep8\linter, 自动完成等插件,
    rcmerci
        3
    rcmerci  
       2015-04-15 16:34:05 +08:00   ❤️ 1
    编译器的第一步
    haython
        4
    haython  
    OP
       2015-04-15 18:57:09 +08:00
    我看到有人用这个做代码审计
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1340 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 17:54 · PVG 01:54 · LAX 10:54 · JFK 13:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.