• 请不要在回答技术问题时复制粘贴 AI 生成的内容
displayabc
V2EX  ›  程序员

词法分析能用来干什么?

  •  
  •   displayabc · Apr 15, 2015 · 2892 views
    This topic created in 4073 days ago, the information mentioned may be changed or developed.
    看到https://github.com/nikic/PHP-Parser 用php实现的php词法分析,我想知道这个能用来干什么?
    4 replies    2015-04-15 18:57:09 +08:00
    Septembers
        1
    Septembers  
       Apr 15, 2015 via Android   ❤️ 1
    http://zh.wikipedia.org/zh/%E8%AF%8D%E6%B3%95%E5%88%86%E6%9E%90

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

    Highlight 一般就是一些关键字 + 不同配色的方案
    更复杂的功能像是文件格式的优化比如 python相关的pep8\linter, 自动完成等插件,
    rcmerci
        3
    rcmerci  
       Apr 15, 2015   ❤️ 1
    编译器的第一步
    displayabc
        4
    displayabc  
    OP
       Apr 15, 2015
    我看到有人用这个做代码审计
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1061 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 18:57 · PVG 02:57 · LAX 11:57 · JFK 14:57
    ♥ Do have faith in what you're doing.