awesome-repositories.com
Blog
MCP
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
·
Back to danielgavin/ols

Open-source alternatives to DanielGavin Ols

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

  • 0riginaln0/lite-xl-gleam0

    0riginaln0/lite-xl-gleam

    0Auf GitHub ansehen↗

    Gleam theme and syntax highlighting for the Lite XL text editor.

    Auf GitHub ansehen↗0
  • amaanq/tree-sitter-odinAvatar von amaanq

    amaanq/tree-sitter-odin

    41Auf GitHub ansehen↗

    Odin grammar for tree-sitter

    JavaScript
    Auf GitHub ansehen↗41
  • aslatter/parsecAvatar von aslatter

    aslatter/parsec

    889Auf GitHub ansehen↗

    A monadic parser combinator library

    Haskell
    Auf GitHub ansehen↗889
  • bscarlet/llvm-generalAvatar von bscarlet

    bscarlet/llvm-general

    134Auf GitHub ansehen↗

    Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)

    Haskell
    Auf GitHub ansehen↗134
  • cglib/cglibAvatar von cglib

    cglib/cglib

    4,896Auf GitHub ansehen↗

    cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and

    Java
    Auf GitHub ansehen↗4,896

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • clseibold/zed-odinC

    clseibold/zed-odin

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • data-oriented-house/portablebuildtoolsAvatar von Data-Oriented-House

    Data-Oriented-House/PortableBuildTools

    928Auf GitHub ansehen↗

    Portable, simple and fast installer for Visual Studio Build Tools.

    C
    Auf GitHub ansehen↗928
  • digitalcora/sublime-text-gleamAvatar von digitalcora

    digitalcora/sublime-text-gleam

    18Auf GitHub ansehen↗

    ✨ Gleam syntax support for Sublime Text.

    Gleam
    Auf GitHub ansehen↗18
  • dlang-community/libdparseAvatar von dlang-community

    dlang-community/libdparse

    123Auf GitHub ansehen↗

    Library for lexing and parsing D source code

    D
    Auf GitHub ansehen↗123
  • dragospopse/odin-buildAvatar von DragosPopse

    DragosPopse/odin-build

    17Auf GitHub ansehen↗

    Odin build system

    Odin
    Auf GitHub ansehen↗17
  • ekmett/boundAvatar von ekmett

    ekmett/bound

    129Auf GitHub ansehen↗

    Combinators for manipulating locally-nameless generalized de Bruijn terms

    Haskell
    Auf GitHub ansehen↗129
  • ferrous-systems/elements-of-rustAvatar von ferrous-systems

    ferrous-systems/elements-of-rust

    1,153Auf GitHub ansehen↗

    A collection of software engineering techniques for effectively expressing intent with Rust.

    Auf GitHub ansehen↗1,153
  • geal/nomAvatar von Geal

    Geal/nom

    10,422Auf GitHub ansehen↗

    nom is a Rust parser combinator framework used to build complex parsers for binary and text data. It functions as an abstract syntax tree generator and a bit-level binary parser, allowing users to construct structured data by combining small, reusable parsing functions. The framework provides specialized support for zero-copy binary parsing, extracting data as slices from raw byte arrays to avoid memory allocations. It also includes a streaming data parser capable of processing partial input chunks from networks or files and signaling when additional input is required. The project covers a b

    Rust
    Auf GitHub ansehen↗10,422
  • gingerbill/blaiseAvatar von gingerBill

    gingerBill/blaise

    144Auf GitHub ansehen↗

    Blaise (pronounced blɛz, after Blaise Pascal) is an educational languaged influenced by Niklaus Wirth's language PL/0 in his famous book Algorithms Data Structures = Programs.

    Odin
    Auf GitHub ansehen↗144
  • gleam-lang/gleam-modeAvatar von gleam-lang

    gleam-lang/gleam-mode

    115Auf GitHub ansehen↗

    gleam-ts-mode: An Emacs Major Mode for Gleam

    Emacs Lisp
    Auf GitHub ansehen↗115
  • gleam-lang/gleam.vimAvatar von gleam-lang

    gleam-lang/gleam.vim

    122Auf GitHub ansehen↗

    This code has been merged into Vim, so it has Gleam support out-of-the-box!

    Auf GitHub ansehen↗122
  • gleam-lang/vscode-gleamAvatar von gleam-lang

    gleam-lang/vscode-gleam

    232Auf GitHub ansehen↗

    Provides syntax highlighting and use of the Gleam Language Server, which itself provides formatting, goto-definition, autocompletion, and more!

    TypeScript
    Auf GitHub ansehen↗232
  • harc/ohmAvatar von harc

    harc/ohm

    5,530Auf GitHub ansehen↗

    Ohm is a compiler construction toolkit and parser combinator library used to build parsers, interpreters, and compilers. It provides a formal grammar language for specifying the structural rules of data formats to ensure precise parsing of input strings. The project functions as a parsing debugging tool and program execution visualizer. It generates text traces and graphical visualizations to show the step-by-step logic used during parsing and renders runtime state changes and method call hierarchies. The toolkit covers custom parser development and the construction of compilers and interpre

    JavaScript
    Auf GitHub ansehen↗5,530
  • haskell/hooplAvatar von haskell

    haskell/hoopl

    76Auf GitHub ansehen↗

    Higher-order optimization library

    Haskell
    Auf GitHub ansehen↗76
  • itsgreggreg/language-gleamI

    itsgreggreg/language-gleam

    0Auf GitHub ansehen↗

    Available in Atom packages: https://atom.io/packages/language-gleam

    Auf GitHub ansehen↗0
  • ivan-m/wl-pprint-textAvatar von ivan-m

    ivan-m/wl-pprint-text

    7Auf GitHub ansehen↗

    A Wadler/Leijen Pretty Printer for Text values

    Haskell
    Auf GitHub ansehen↗7
  • jakubtomsu/veccAvatar von jakubtomsu

    jakubtomsu/vecc

    45Auf GitHub ansehen↗

    An experimental compiler for a vector programming languge. Inspired by ISPC and shader programming.

    Odin
    Auf GitHub ansehen↗45
  • jtakakura/asdf-odinAvatar von jtakakura

    jtakakura/asdf-odin

    12Auf GitHub ansehen↗

    odin plugin for the asdf version manager.

    Shell
    Auf GitHub ansehen↗12
  • keith/swift.vimAvatar von keith

    keith/swift.vim

    821Auf GitHub ansehen↗

    Vim runtime files for Swift

    Vim Script
    Auf GitHub ansehen↗821
  • ladsoft/dotnetpelibAvatar von LADSoft

    LADSoft/DotNetPELib

    59Auf GitHub ansehen↗

    A C++11 library used to create a managed program (CIL) and dump to either .IL, .EXE, or .DLL format

    C++
    Auf GitHub ansehen↗59
  • laytan/setup-odinAvatar von laytan

    laytan/setup-odin

    27Auf GitHub ansehen↗

    A GitHub action to setup the Odin compiler.

    JavaScript
    Auf GitHub ansehen↗27
  • marwes/combineAvatar von Marwes

    Marwes/combine

    1,358Auf GitHub ansehen↗

    A parser combinator library for Rust

    Rust
    Auf GitHub ansehen↗1,358
  • mattt-b/flycheck-odinAvatar von mattt-b

    mattt-b/flycheck-odin

    5Auf GitHub ansehen↗

    Flycheck for Odin

    Emacs Lisp
    Auf GitHub ansehen↗5
  • mattt-b/odin-modeAvatar von mattt-b

    mattt-b/odin-mode

    50Auf GitHub ansehen↗

    Join the chat at https://discord.gg/hAkUujZ

    Odin
    Auf GitHub ansehen↗50
  • obiwan87/odin-intellijAvatar von obiwan87

    obiwan87/odin-intellij

    135Auf GitHub ansehen↗

    This plugin provides support for the Odin programming language in IntelliJ IDEA. You can add the plugin to your JetBrains IDE via the "Plugin" settings panel or by visiting the Odin Plugin Page.

    Java
    Auf GitHub ansehen↗135