Skip to content

biscuitrescue/drag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag

Drag is a minimal compiler written in C++ to explore and understand the inner workings of compilers. Inspired by Rust's syntax and expression-based evaluation, Drag is designed to be educational, lightweight, and easy to extend.


✨ Features

  • 🧠 Expression evaluation
  • 🦀 Rust-inspired syntax
  • ⚙️ Simple lexer, parser, and code generation pipeline
  • 🧩 Minimal dependencies, pure C++
  • 🛠️ CMake-based build system

📦 Installation

Prerequisites

  • C++17 or later
  • CMake 3.16+
  • A POSIX-compatible system (tested on Linux)

Build Instructions

git clone https://github.com/biscuitrescue/drag.git
cd drag
cmake -B build
cmake --build build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published