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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tomhrr/dale

Open-source alternatives to Dale

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

  • alandipert/gherkinA

    alandipert/gherkin

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • 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
  • anko/eslispAvatar anko

    anko/eslisp

    540Vezi pe GitHub↗

    un-opinionated S-expression syntax and macro system for JavaScript

    LiveScript
    Vezi pe GitHub↗540
  • 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

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ță.

Find more with AI search
  • antonmedv/ultra-tiny-compilerAvatar antonmedv

    antonmedv/ultra-tiny-compiler

    186Vezi pe GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    Vezi pe GitHub↗186
  • araddon/qlbridgeA

    araddon/qlbridge

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • babel/babelAvatar babel

    babel/babel

    44,009Vezi pe 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
    Vezi pe GitHub↗44,009
  • bspaans/jit-compilerB

    bspaans/jit-compiler

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • caibirdme/yqlC

    caibirdme/yql

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cakeml/cakemlAvatar CakeML

    CakeML/cakeml

    1,162Vezi pe GitHub↗

    CakeML: A Verified Implementation of ML

    Standard ML
    Vezi pe GitHub↗1,162
  • candid82/jokerAvatar candid82

    candid82/joker

    1,757Vezi pe GitHub↗

    Small Clojure interpreter, linter and formatter.

    Goclojuregolanginterpreter
    Vezi pe GitHub↗1,757
  • carp-lang/carpAvatar carp-lang

    carp-lang/Carp

    5,815Vezi pe GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Haskellfunctionalfunctional-programminggame-development
    Vezi pe GitHub↗5,815
  • cfriedt/jamvmAvatar cfriedt

    cfriedt/jamvm

    67Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗67
  • charly-lang/charlyAvatar charly-lang

    charly-lang/charly

    203Vezi pe GitHub↗

    🐈 The Charly Programming Language | Written by @KCreate

    Crystal
    Vezi pe GitHub↗203
  • chr15m/flkAvatar chr15m

    chr15m/flk

    504Vezi pe GitHub↗

    Fleck is a Clojure-like LISP that runs wherever Bash is.

    Shell
    Vezi pe GitHub↗504
  • cisco/chezschemeAvatar cisco

    cisco/ChezScheme

    7,290Vezi pe 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
    Vezi pe GitHub↗7,290
  • containous/yaegiC

    containous/yaegi

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cotowali/cotowaliAvatar cotowali

    cotowali/cotowali

    617Vezi pe GitHub↗

    A statically typed scripting language that transpile into POSIX sh

    V
    Vezi pe GitHub↗617
  • cristiandima/tdopC

    cristiandima/tdop

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cuelang/cueAvatar cuelang

    cuelang/cue

    3,058Vezi pe GitHub↗

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

    Golanguage-specification
    Vezi pe GitHub↗3,058
  • d5/tengoAvatar d5

    d5/tengo

    3,821Vezi pe 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
    Vezi pe GitHub↗3,821
  • dave/dstAvatar dave

    dave/dst

    1,433Vezi pe GitHub↗

    Decorated Syntax Tree - manipulate Go source with perfect fidelity.

    Go
    Vezi pe GitHub↗1,433
  • dengsgo/math-engineD

    dengsgo/math-engine

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • deuill/go-phpAvatar deuill

    deuill/go-php

    944Vezi pe GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    Vezi pe GitHub↗944
  • digego/extemporeAvatar digego

    digego/extempore

    1,463Vezi pe GitHub↗

    Extempore is a live-coding environment for music, audio and graphics. It pairs a Scheme interpreter with xtlang---a statically-typed lisp that compiles to LLVM IR at runtime---so you can reshape a running program while it keeps making sound. Runs on Linux (x8664 and aarch64), macOS (Apple…

    C
    Vezi pe GitHub↗1,463
  • dop251/gojaAvatar dop251

    dop251/goja

    6,914Vezi pe 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
    Vezi pe GitHub↗6,914
  • dotnet/coreclrAvatar dotnet

    dotnet/coreclr

    12,764Vezi pe 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

    Vezi pe GitHub↗12,764
  • dotnet/roslynAvatar dotnet

    dotnet/roslyn

    20,241Vezi pe 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
    Vezi pe GitHub↗20,241
  • dqneo/minigoD

    DQNEO/minigo

    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