deepc

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

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.

πŸ“¦ deepvm
πŸ“–

Language Specification

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

πŸ“¦ deeplang