awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cfriedt avatar

cfriedt/jamvm

0
View on GitHub↗
67 Stars·20 Forks·C·GPL-2.0·2 Aufrufe

Jamvm

clone of git://git.code.sf.net/p/jamvm/code for experimental branches

Features

  • Compilers and Interpreters - JVM implementation.

Star-Verlauf

Star-Verlauf für cfriedt/jamvmStar-Verlauf für cfriedt/jamvm

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Jamvm

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jamvm.
  • alecthomas/participleAvatar von alecthomas

    alecthomas/participle

    3,869Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,869
  • antonmedv/exprAvatar von antonmedv

    antonmedv/expr

    7,905Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,905
  • antonmedv/ultra-tiny-compilerAvatar von antonmedv

    antonmedv/ultra-tiny-compiler

    186Auf GitHub ansehen↗

    Ultra Tiny Compiler

    CoffeeScript
    Auf GitHub ansehen↗186
  • aalhour/pycoolcAvatar von aalhour

    aalhour/PyCOOLC

    40Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗40
Alle 30 Alternativen zu Jamvm anzeigen→

Häufig gestellte Fragen

Was macht cfriedt/jamvm?

clone of git://git.code.sf.net/p/jamvm/code for experimental branches

Was sind die Hauptfunktionen von cfriedt/jamvm?

Die Hauptfunktionen von cfriedt/jamvm sind: Compilers and Interpreters.

Welche Open-Source-Alternativen gibt es zu cfriedt/jamvm?

Open-Source-Alternativen zu cfriedt/jamvm sind unter anderem: 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.