首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏张善友的专栏

    How does it work in Mono's C# compiler?

    Jay Jay is an Open Source Compiler-Compiler tool derived from Berkeley Yacc. It is used in the Mono project as a Compiler-Compiler tool to generate the parser of the Mono C# compiler This will make an instance of the Mono parser generated by Compiler-Compiler tool Jay as we discussed In this case, the case condition value is 159 (159 is given by Compiler-Compiler tool in this case Jay All these arrays have been created by the compiler-compiler Jay while converted grammar file into the

    1.3K70发布于 2018-01-29
  • 来自专栏陶士涵的菜地

    [PHP] PHP的脚本执行

    Yacc(Yet Another Compiler-Compiler) 1.安装lex,apt-get install flex 2.lex的词法规则文件 定义段 %% 规则段 %% 用户代码段

    3K30发布于 2019-09-10
  • 来自专栏996技术站

    一个用基于Java语言编写的词法分析器代码的自动生成程序,模仿lex程序的需求应用设计 DokymeLex

    Lex is designed to simplify interfacing with Yacc, for those with access to this compiler-compiler system

    87000编辑于 2023-01-02
  • 来自专栏Python无止境

    ​Python 之父的解析器系列之三:生成一个 PEG 解析器

    所以我们在这创造的是一个简单的编译器编译器(compiler-compiler)。我将语法符号简化了一些,仅保留规则与备选项;这其实对于我在本系列的前面所用的玩具语法来说,已经足够了。

    1.1K20发布于 2019-08-15
  • 来自专栏安全乐观主义

    业界代码安全分析软件介绍

    的漏洞,通过预先梳理能造成危害的函数,并定位代码中所有出现该危害函数的地方,继而基于Lex(Lexical Analyzer Generator, 词法分析生成器)和Yacc(Yet Another Compiler-Compiler

    2.8K20发布于 2019-11-19
  • 来自专栏大数据仓库建设

    Awesome Java - 2017 Java 资源大合集

    Caching Cluster Management Code Analysis Code Coverage Code Generators Command-line Argument Parsers Compiler-compiler Compiler-compiler Frameworks that help to create parsers, interpreters or compilers.

    2.4K10发布于 2019-03-14
  • 来自专栏Albert陈凯

    2019-08-17 awesome-java,JAVA开发的武器库

    Build Bytecode Manipulation Caching CLI Cluster Management Code Analysis Code Coverage Code Generators Compiler-compiler Compiler-compiler Frameworks that help to create parsers, interpreters or compilers.

    2.5K30发布于 2019-11-15
  • 来自专栏二进制文集

    Java资源大全中文版

    官网

    编译器生成工具

    用来创建解析器、解释器或编译器的框架。 ANTLR:复杂的全功能自顶向下解析框架。

    3.7K21发布于 2020-03-20
  • 来自专栏软件开发

    Java资源大全中文版(Awesome最新版)

    编译器 (Compiler-compiler) Frameworks that help to create parsers, interpreters or compilers.有助于创建解析器,解释器或编译器的框架

    4K135发布于 2018-01-04
领券