awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cristiandima/tdop

Open-source alternatives to Tdop

30 open-source projects similar to cristiandima/tdop, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Tdop alternative.

  • alecthomas/participleالصورة الرمزية لـ alecthomas

    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
  • antonmedv/exprالصورة الرمزية لـ antonmedv

    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-compilerالصورة الرمزية لـ antonmedv

    antonmedv/ultra-tiny-compiler

    186عرض على GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    عرض على GitHub↗186
  • araddon/qlbridgeA

    araddon/qlbridge

    0عرض على GitHub↗
    عرض على GitHub↗0

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • babel/babelالصورة الرمزية لـ babel

    babel/babel

    44,009عرض على GitHub↗

    Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into backwards-compatible versions of the language. It functions as an abstract syntax tree manipulator, parsing source code into a hierarchical structure to traverse and modify nodes for custom code transformations. The system utilizes a plugin-driven architecture to apply specific transformation rules and supports presets that bundle multiple plugins into named configuration groups. This enables the transformation of experimental syntax and the injection of non-global polyfills to ensure consisten

    TypeScriptastbabelcompiler
    عرض على GitHub↗44,009
  • bspaans/jit-compilerB

    bspaans/jit-compiler

    0عرض على GitHub↗
    عرض على GitHub↗0
  • caibirdme/yqlC

    caibirdme/yql

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cakeml/cakemlالصورة الرمزية لـ CakeML

    CakeML/cakeml

    1,162عرض على GitHub↗

    CakeML: A Verified Implementation of ML

    Standard ML
    عرض على GitHub↗1,162
  • candid82/jokerالصورة الرمزية لـ candid82

    candid82/joker

    1,757عرض على GitHub↗

    Small Clojure interpreter, linter and formatter.

    Goclojuregolanginterpreter
    عرض على GitHub↗1,757
  • cfriedt/jamvmالصورة الرمزية لـ cfriedt

    cfriedt/jamvm

    67عرض على GitHub↗

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

    C
    عرض على GitHub↗67
  • charly-lang/charlyالصورة الرمزية لـ charly-lang

    charly-lang/charly

    203عرض على GitHub↗

    🐈 The Charly Programming Language | Written by @KCreate

    Crystal
    عرض على GitHub↗203
  • cisco/chezschemeالصورة الرمزية لـ cisco

    cisco/ChezScheme

    7,290عرض على GitHub↗

    ChezScheme is a compiler and runtime environment for the Scheme programming language that transforms source code into optimized machine binaries. It serves as a high-performance implementation of the language, producing executable machine code for execution on physical hardware. The project features a native machine code compiler, a read-eval-print loop for executing and editing multi-line expressions in real time via a shell, and a generational garbage collected runtime for automatic memory management. It also includes a foreign function interface for integrating external C libraries and lan

    Scheme
    عرض على GitHub↗7,290
  • containous/yaegiC

    containous/yaegi

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cotowali/cotowaliالصورة الرمزية لـ cotowali

    cotowali/cotowali

    617عرض على GitHub↗

    A statically typed scripting language that transpile into POSIX sh

    V
    عرض على GitHub↗617
  • cuelang/cueالصورة الرمزية لـ cuelang

    cuelang/cue

    3,058عرض على GitHub↗

    CUE has moved to https://github.com/cue-lang/cue

    Golanguage-specification
    عرض على GitHub↗3,058
  • d5/tengoالصورة الرمزية لـ d5

    d5/tengo

    3,821عرض على GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Go
    عرض على GitHub↗3,821
  • dave/dstالصورة الرمزية لـ dave

    dave/dst

    1,433عرض على GitHub↗

    Decorated Syntax Tree - manipulate Go source with perfect fidelity.

    Go
    عرض على GitHub↗1,433
  • dengsgo/math-engineD

    dengsgo/math-engine

    0عرض على GitHub↗
    عرض على GitHub↗0
  • deuill/go-phpالصورة الرمزية لـ deuill

    deuill/go-php

    944عرض على GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    عرض على GitHub↗944
  • dop251/gojaالصورة الرمزية لـ dop251

    dop251/goja

    6,914عرض على GitHub↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    Go
    عرض على GitHub↗6,914
  • dotnet/coreclrالصورة الرمزية لـ dotnet

    dotnet/coreclr

    12,764عرض على GitHub↗

    CoreCLR is a runtime environment that manages the execution, memory, and basic types for applications built on the .NET platform. It serves as a managed execution environment that handles low-level system interactions and provides primitive data types for high-level application code. The project functions as a JIT compilation engine and a garbage collected runtime. It translates intermediate language into machine code at runtime for execution on specific hardware and automatically reclaims unused memory to prevent leaks. The system covers broad capability areas including managed code executi

    عرض على GitHub↗12,764
  • dotnet/roslynالصورة الرمزية لـ dotnet

    dotnet/roslyn

    20,241عرض على GitHub↗

    The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur

    C#csharphacktoberfestroslyn
    عرض على GitHub↗20,241
  • dqneo/minigoD

    DQNEO/minigo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • elena-lang/elena-langالصورة الرمزية لـ ELENA-LANG

    ELENA-LANG/elena-lang

    240عرض على GitHub↗

    ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces

    C++
    عرض على GitHub↗240
  • elves/elvishالصورة الرمزية لـ elves

    elves/elvish

    6,325عرض على GitHub↗

    Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes

    Gogoprogramming-languageshell
    عرض على GitHub↗6,325
  • erhanbaris/easylangالصورة الرمزية لـ erhanbaris

    erhanbaris/EasyLang

    26عرض على GitHub↗

    Easy Programming Language / VM

    C++
    عرض على GitHub↗26
  • erlang/otpالصورة الرمزية لـ erlang

    erlang/otp

    12,252عرض على GitHub↗

    OTP is a concurrent programming framework and distributed computing platform that serves as the Erlang runtime environment. It provides a fault-tolerant operating environment designed for building scalable, real-time systems that manage massive amounts of simultaneous tasks through asynchronous messaging. The environment is distinguished by its use of an actor-based concurrency model and hierarchical supervision trees that automatically restart failed processes. It supports hot code loading to allow system updates without downtime and utilizes a preemptive user-space scheduler to manage light

    Erlang
    عرض على GitHub↗12,252
  • eschelle/eschelleالصورة الرمزية لـ Eschelle

    Eschelle/Eschelle

    6عرض على GitHub↗

    The Eschelle programming language

    C++
    عرض على GitHub↗6
  • facebook/hhvmالصورة الرمزية لـ facebook

    facebook/hhvm

    18,635عرض على GitHub↗

    HHVM is a high-performance execution engine and runtime environment designed for the Hack language. It functions as a persistent web application server that processes incoming network traffic, while also providing command-line utilities for executing standalone scripts and performing automated tasks. The project distinguishes itself through a sophisticated execution model that utilizes just-in-time compilation to translate bytecode into optimized machine code. This process is supported by a static type analysis engine that enforces strict data constraints and identifies type inconsistencies b

    C++hackhacklanghhvm
    عرض على GitHub↗18,635
  • aalhour/pycoolcالصورة الرمزية لـ aalhour

    aalhour/PyCOOLC

    40عرض على GitHub↗

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

    Python
    عرض على GitHub↗40