awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
antonmedv avatar

antonmedv/ultra-tiny-compiler

0
View on GitHub↗
186 stars·12 forks·CoffeeScript·14 views

Ultra Tiny Compiler

Ultra Tiny Compiler

Features

  • Compilers and Interpreters - Minimal compiler implementation.

Star history

Star history chart for antonmedv/ultra-tiny-compilerStar history chart for antonmedv/ultra-tiny-compiler

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ultra Tiny Compiler

These projects share indexed features with Ultra Tiny Compiler. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alecthomas/participlealecthomas avatar

    alecthomas/participle

    3,869View on 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
    View on GitHub↗3,869
  • antonmedv/exprantonmedv avatar

    antonmedv/expr

    7,905View on 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
    View on GitHub↗7,905
  • araddon/qlbridgeA

    araddon/qlbridge

    0View on GitHub↗
    View on GitHub↗0
  • aalhour/pycoolcaalhour avatar

    aalhour/PyCOOLC

    40View on GitHub↗

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

    Python
    View on GitHub↗40
Compare all 30 related projects→

Frequently asked questions

What does antonmedv/ultra-tiny-compiler do?

Ultra Tiny Compiler

What are the main features of antonmedv/ultra-tiny-compiler?

The main features of antonmedv/ultra-tiny-compiler are: Compilers and Interpreters.

Which projects share features with antonmedv/ultra-tiny-compiler?

Projects with overlapping indexed features include: 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… araddon/qlbridge. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… bspaans/jit-compiler. aalhour/pycoolc — :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3.