mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
| .. | ||
| CommonEnv.zig | ||
| DataSpan.zig | ||
| Ident.zig | ||
| mod.zig | ||
| PackedDataSpan.zig | ||
| parallel.zig | ||
| README.md | ||
| Region.zig | ||
| RegionInfo.zig | ||
| safe_memory.zig | ||
| Scratch.zig | ||
| SExprTree.zig | ||
| SmallStringInterner.zig | ||
| StringLiteral.zig | ||
| target.zig | ||
Base
Foundation utilities and common functionality used throughout the Roc compiler.
Overview
The base module provides essential utilities, data structures, and abstractions that are used across multiple stages of the Roc compiler. It serves as a shared foundation that other modules depend on.
Purpose
This module provides:
- Common Data Structures: Shared data structures and collections used throughout the compiler
- Memory Management: Safe memory allocation and management utilities
- Parallel Processing: Utilities for parallel execution and work distribution
- Error Handling: Common error types and error handling patterns
- Debugging Support: Debugging and logging utilities
- Platform Abstractions: Cross-platform abstractions for common operations