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-systemDeepVM
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.
📦 deeplangLanguage Specification
The official DeepLang language specification — syntax, type system, semantics, and standard library documentation. Essential reference for language users and contributors.
📦 deeplang