awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antonmedv avatar

antonmedv/ultra-tiny-compiler

0
View on GitHub↗
186 stele·12 fork-uri·CoffeeScript·2 vizualizări

Ultra Tiny Compiler

Ultra Tiny Compiler

Features

  • Compilers and Interpreters - Minimal compiler implementation.

Istoric stele

Graficul istoricului de stele pentru antonmedv/ultra-tiny-compilerGraficul istoricului de stele pentru antonmedv/ultra-tiny-compiler

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Ultra Tiny Compiler

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ultra Tiny Compiler.
  • alecthomas/participleAvatar alecthomas

    alecthomas/participle

    3,869Vezi pe 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
    Vezi pe GitHub↗3,869
  • antonmedv/exprAvatar antonmedv

    antonmedv/expr

    7,905Vezi pe 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
    Vezi pe GitHub↗7,905
  • araddon/qlbridgeA

    araddon/qlbridge

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • aalhour/pycoolcAvatar aalhour

    aalhour/PyCOOLC

    40Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗40
Vezi toate cele 30 alternative pentru Ultra Tiny Compiler→

Întrebări frecvente

Ce face antonmedv/ultra-tiny-compiler?

Ultra Tiny Compiler

Care sunt principalele funcționalități ale antonmedv/ultra-tiny-compiler?

Principalele funcționalități ale antonmedv/ultra-tiny-compiler sunt: Compilers and Interpreters.

Care sunt câteva alternative open-source pentru antonmedv/ultra-tiny-compiler?

Alternativele open-source pentru antonmedv/ultra-tiny-compiler includ: alecthomas/participle — Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar… antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… araddon/qlbridge. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… bspaans/jit-compiler. aalhour/pycoolc — :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3.