awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aalhour avatar

aalhour/PyCOOLC

0
View on GitHub↗
40 星标·10 分支·Python·MIT·8 次浏览

PyCOOLC

:snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3

Features

  • Compilers and Interpreters - Compiler for the COOL language.

Star 历史

aalhour/pycoolc 的 Star 历史图表aalhour/pycoolc 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

PyCOOLC 的开源替代方案

相似的开源项目,按与 PyCOOLC 的功能重合度排序。
  • antonmedv/exprantonmedv 的头像

    antonmedv/expr

    7,905在 GitHub 上查看↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    在 GitHub 上查看↗7,905
  • antonmedv/ultra-tiny-compilerantonmedv 的头像

    antonmedv/ultra-tiny-compiler

    186在 GitHub 上查看↗

    Ultra Tiny Compiler

    CoffeeScript
    在 GitHub 上查看↗186
  • araddon/qlbridgeA

    araddon/qlbridge

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alecthomas/participlealecthomas 的头像

    alecthomas/participle

    3,869在 GitHub 上查看↗

    Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar framework that uses reflection and struct tags to map input patterns directly into typed data structures. The library features a stateful lexical analyzer that employs state machines to handle nested or modal patterns. It includes a lexer code generator to produce optimized code, reducing runtime memory allocations and increasing throughput. The project covers recursive descent parsing with support for union types via sealed interfaces and custom parsing logic through interface-

    Goastebnfgo
    在 GitHub 上查看↗3,869
查看 PyCOOLC 的所有 30 个替代方案→

常见问题解答

aalhour/pycoolc 是做什么的?

:snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3

aalhour/pycoolc 的主要功能有哪些?

aalhour/pycoolc 的主要功能包括:Compilers and Interpreters。

aalhour/pycoolc 有哪些开源替代品?

aalhour/pycoolc 的开源替代品包括: antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… antonmedv/ultra-tiny-compiler — Ultra Tiny Compiler. araddon/qlbridge. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… bspaans/jit-compiler. alecthomas/participle — Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar…