awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesLanguage Behavior Emulators

Implementations that mimic the standard operations and data structures of a programming language.

Distinct from Python Language Features: Distinct from language features: focuses on the emulation of runtime behavior rather than syntax.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Language Behavior Emulators. Refine with filters or upvote what's useful.

Awesome Language Behavior Emulators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/grumpyAvatar de google

    google/grumpy

    10,528Voir sur GitHub↗

    Grumpy is a native binary compiler that transforms Python source code into Go source code. By transpiling high-level scripts into a strongly typed intermediate representation, the system enables the creation of statically linked native binaries that operate independently of a traditional virtual machine interpreter. The project distinguishes itself by providing a comprehensive runtime library that replicates standard Python data structures and object behaviors. This emulation layer ensures that compiled code maintains functional parity with the original source environment while leveraging the

    Implements data structures and operations that mimic standard language functionality for compiled code.

    Go
    Voir sur GitHub↗10,528
  • es-shims/es5-shimAvatar de es-shims

    es-shims/es5-shim

    7,086Voir sur GitHub↗

    es5-shim is an ECMAScript 5 polyfill library and standard library shim. It serves as a JavaScript compatibility layer that adds missing ES5 standard library methods and language features to legacy JavaScript engines. The project functions by implementing the ECMAScript 5 specification for non-compliant engines to ensure consistent behavior and prevent runtime errors. It provides a bridge for older browser environments, allowing modern JavaScript code to execute in legacy environments. The library covers cross-browser API standardization and polyfill management. It specifically handles the em

    Adds missing language features to old engines to ensure consistent behavior across different browser versions.

    JavaScriptecmascriptes5javascript
    Voir sur GitHub↗7,086
  1. Home
  2. Programming Languages & Runtimes
  3. Python Language Features
  4. Language Behavior Emulators

Explorer les sous-tags

  • ECMAScript Behavior EmulatorsImplementations that ensure JavaScript engines adhere to the ECMAScript standard for consistent runtime behavior. **Distinct from Language Behavior Emulators:** Distinct from general Language Behavior Emulators: specifically targets the ECMAScript specification for browser engines.