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.
π¦ deepvmLanguage Specification
The official DeepLang language specification β syntax, type system, semantics, and standard library documentation. Essential reference for language users and contributors.
π¦ deeplang