Prajwal-kp-18/Arc-compiler

A learning-focused compiler project written in Rust that has evolved from a simple arithmetic evaluator into a comprehensive expression language with rich type system, professional error handling, and now supports variables and assignments.

GitHub repository with 10 stars and 0 forks.

Language: Rust

Topics: ast, compiler, lexer, parser, rust, system-programming

Open provider repository

Latest metric snapshot

2026-06-05: 10 stars and 0 forks.

Similar repositories

  1. 1. pionxzh/wakaru

    🔪📦 Javascript decompiler for modern frontend

    GitHub repository with 862 stars and 39 forks.

    Trending score: 0.69; stars gained: +4; forks gained: +1.

    Language: Rust

    Topics: ast, babel, debundle, decompiler, javascript, reverse-engineering

  2. 2. AayushBahukhandi/cgx

    Turn any Git repo into a queryable knowledge graph. Tree-sitter + git history + DuckDB + WebGL graph. MCP server for Cursor & Claude Code.

    GitHub repository with 6 stars and 0 forks.

    Trending score: 0.29; stars gained: +1; forks gained: +0.

    Language: Rust

    Topics: ai, ast, cli, code-analysis, developer-tools, duckdb

  3. 3. tenatarika/vex

    Hybrid structural + semantic code search for LLMs — compact output, MCP server, 19 languages. Tree-sitter + FST + HNSW in a zero-copy mmap'd index.

    GitHub repository with 7 stars and 1 forks.

    Trending score: 0.05; stars gained: +0; forks gained: +0.

    Language: Rust

    Topics: ast, claude, claude-code, cli, code-search, embeddings

  4. 4. backpack-lab/doora

    Doora parses source files into syntax trees and runs S-expression queries to find functions, types, and call sites that grep misses. Supports Rust, Python, JS, TS, Go, C, and C++. Exposes an MCP server so AI agents understand your codebase semantically, cutting hallucinations and wasted context tokens.

    GitHub repository with 10 stars and 0 forks.

    Trending score: 0.01; stars gained: +0; forks gained: +0.

    Language: Rust

    Topics: ai-coding, ast, cli, code-search, developer-tools, grep-alternative

Trending in Rust

  1. 1. BigPizzaV3/CodexPlusPlus

    An enhanced tool for CodexApp, striving to make Codex better to use and more comfortable 一个CodexApp的增强工具,努力让Codex变得更好用更舒服

    GitHub repository with 14,061 stars and 871 forks.

    Trending score: 5.16; stars gained: +916; forks gained: +44.

    Language: Rust

  2. 2. rtk-ai/rtk

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

    GitHub repository with 59,182 stars and 3,643 forks.

    Trending score: 4.96; stars gained: +654; forks gained: +44.

    Language: Rust

    Topics: agentic-coding, ai-coding, anthropic, claude-code, cli, command-line-tool

  3. 3. openai/codex

    Lightweight coding agent that runs in your terminal

    GitHub repository with 88,945 stars and 13,071 forks.

    Trending score: 4.58; stars gained: +326; forks gained: +48.

    Language: Rust

  4. 4. tinyhumansai/openhuman

    Your Personal AI super intelligence. Private, Simple and extremely powerful.

    GitHub repository with 30,892 stars and 2,983 forks.

    Trending score: 4.37; stars gained: +332; forks gained: +50.

    Language: Rust

  5. 5. fallow-rs/fallow

    Codebase intelligence for TypeScript and JavaScript. Free static layer: unused code, duplication, circular deps, complexity hotspots, architecture boundaries. Optional paid runtime layer: hot-path review and cold-path deletion evidence from real production traffic. Rust-native, sub-second, zero-config framework support.

    GitHub repository with 3,118 stars and 96 forks.

    Trending score: 4.05; stars gained: +346; forks gained: +16.

    Language: Rust

    Topics: cli, code-duplication, code-quality, codebase-intelligence, copy-paste-detection, dead-code

  6. 6. openlake-project/openlake

    High performance object store for fast LLM Inference and GPU Training. Feed your GPUs at blazing fast speeds

    GitHub repository with 1,118 stars and 176 forks.

    Trending score: 4.00; stars gained: +244; forks gained: +120.

    Language: Rust

    Topics: blackwell, gpt, gpu, high-performance, llm, llm-training

Trending topic: ast

  1. 1. ozgurcd/gograph

    A fast, local-only CLI tool to generate repository structures and improve IDE context awareness for Go codebases.

    GitHub repository with 161 stars and 13 forks.

    Trending score: 1.51; stars gained: +7; forks gained: +3.

    Language: Go

    Topics: agentic-coding, ai-agent, ai-coding-assistant, antigravity, ast, claude-code

  2. 2. LearnPrompt/humanize-ppt

    AST-based outline director for human-centered AI presentation workflows.

    GitHub repository with 120 stars and 19 forks.

    Trending score: 1.17; stars gained: +15; forks gained: +3.

    Language: Python

    Topics: ai-workflow, ast, html-slides, humanizer, ppt, presentation

  3. 3. pionxzh/wakaru

    🔪📦 Javascript decompiler for modern frontend

    GitHub repository with 862 stars and 39 forks.

    Trending score: 0.69; stars gained: +4; forks gained: +1.

    Language: Rust

    Topics: ast, babel, debundle, decompiler, javascript, reverse-engineering

  4. 4. infection/infection

    PHP Mutation Testing library

    GitHub repository with 2,206 stars and 183 forks.

    Trending score: 0.56; stars gained: +1; forks gained: +0.

    Language: PHP

    Topics: ast, coverage, infection, mutant, mutation, mutation-analysis

  5. 5. meriyah/meriyah

    A 100% compliant, self-hosted javascript parser - https://meriyah.github.io/meriyah

    GitHub repository with 1,206 stars and 52 forks.

    Trending score: 0.52; stars gained: +1; forks gained: +0.

    Language: TypeScript

    Topics: ecmascript, parsing, estree, tc39, stability, esnext

  6. 6. techlinn/pyc2py

    pyc2py is a Python bytecode decompiler that recovers .py source from .pyc files, one file or a whole folder at a time. It's built on native bytecode to AST recovery and version aware opcode tables.

    GitHub repository with 8 stars and 0 forks.

    Trending score: 0.50; stars gained: +2; forks gained: +0.

    Language: Python

    Topics: ast, bytecode, bytecode-analysis, bytecode-interpreter, cpython, decompiler