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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

bspaans/jit-compiler

0
View on GitHub↗
0 stars·0 forks·5 vues

Jit Compiler

Features

  • Compilers and Interpreters - Just-in-time compilation engine.

Historique des stars

Graphique de l'historique des stars pour bspaans/jit-compilerGraphique de l'historique des stars pour bspaans/jit-compiler

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Quelles sont les fonctionnalités principales de bspaans/jit-compiler ?

Les fonctionnalités principales de bspaans/jit-compiler sont : Compilers and Interpreters.

Quelles sont les alternatives open-source à bspaans/jit-compiler ?

Les alternatives open-source à bspaans/jit-compiler incluent : 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… 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… aalhour/pycoolc — :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3.

Alternatives open source à Jit Compiler

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jit Compiler.
  • alecthomas/participleAvatar de alecthomas

    alecthomas/participle

    3,869Voir sur 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
    Voir sur GitHub↗3,869
  • antonmedv/exprAvatar de antonmedv

    antonmedv/expr

    7,905Voir sur 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
    Voir sur GitHub↗7,905
  • antonmedv/ultra-tiny-compilerAvatar de antonmedv

    antonmedv/ultra-tiny-compiler

    186Voir sur GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    Voir sur GitHub↗186
  • aalhour/pycoolcAvatar de aalhour

    aalhour/PyCOOLC

    40Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗40
  • Voir les 30 alternatives à Jit Compiler→