← MAIN SITE
--:--
// Workspace Specs
Project: xcxlang.org
Branch: main
Version: 4.2
Status: authoritative
Select a category card on the right to load the corresponding files explorer tree.
▾ [dir] language/
  • syntax.html
  • variables.html
  • types.html
  • operators.html
  • control_flow.html
  • functions_fibers.html
  • collections.html
  • io_terminal.html
  • library_modules.html
  • json_http.html
  • database.html
  • errors_halt.html
  • dates.html
  • string_methods.html
▾ [dir] compiler/
  • index.html
  • ▾ [dir] frontend/
    • index.html
    • lexer.html
    • parser.html
    • ast.html
  • ▾ [dir] sema/
    • index.html
    • sema_core.html
    • sema_types.html
    • sema_stmt.html
    • sema_expr.html
  • ▾ [dir] codegen/
    • index.html
    • compiler_core.html
    • compiler_registers.html
    • compiler_stmt.html
    • compiler_expr.html
  • ▾ [dir] hir/
    • index.html
    • hir_core.html
    • hir_lower.html
    • hir_inline.html
    • hir_codegen.html
  • ▾ [dir] jit/
    • index.html
    • jit_core.html
    • jit_codegen.html
    • jit_emitters.html
  • ▾ [dir] vm/
    • index.html
    • vm_executor.html
    • vm_opcode.html
    • vm_value.html
    • vm_objects.html
  • ▾ [dir] runtime/
    • index.html
    • runtime_core.html
    • runtime_services.html
    • runtime_collections.html
  • ▾ [dir] diagnostics/
    • index.html
    • compiler_errors.html
  • ▾ [dir] repl/
    • index.html
    • repl_core.html
▾ [dir] tooling/
  • pax_manual.html
  • doc_manual.html
mode: doc_browser

SYSTEM_DOCS // HUB

Official authoritative schemas & language syntax rules.

Welcome to the interactive XCX documentation space. Toggle directories in the left sidebar explorer to view technical scripts, or select from the quick-access entry modules below:

01 // REFERENCE
LANGUAGE_SPEC
Syntax grammar elements, assignments, constructs, fibers, and collections.
02 // ARCHITECTURE
VM_INTERNALS
Lexer tokens, AST compiler passes, registers allocation, and JIT limits.
03 // ECOSYSTEM
TOOLING_PAX
Ecosystem tools including package manager (PAX) and offline documentation reference (doc).
docs / language / variables.html

Document Title

STATUS: SPECIFICATION_DRAFT
Document content goes here.
XCX_SYSTEM_DOCS // 2026 © XCX-TEAM & xcxlang-org