⚙️

deepc

The DeepLang compiler. Compiles DeepLang source code (.dp) through lexing, parsing, semantic analysis, and ANF conversion into WebAssembly Text Format (.wat). Implemented in OCaml with a formal type checker.

📦 deeplang-type-system
💻

DeepVM

The DeepLang virtual machine — a lightweight, memory-efficient runtime for AIoT edge devices. Supports native WASM execution, interactive REPL, and bump-allocator memory management. ROM ≤ 100KB, RAM ≤ 50KB.

📦 deeplang
📖

Language Specification

The official DeepLang language specification — syntax, type system, semantics, and standard library documentation. Essential reference for language users and contributors.

📦 deeplang