mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
| .. | ||
| test | ||
| AST.zig | ||
| HTML.zig | ||
| mod.zig | ||
| Node.zig | ||
| NodeStore.zig | ||
| Parser.zig | ||
| README.md | ||
| tokenize.zig | ||
Parse
Converts Roc source code into an Abstract Syntax Tree (AST) through tokenization and parsing.
Purpose
The parse module is the first stage of the Roc compiler pipeline, transforming raw source code into a structured representation that can be processed by subsequent stages (canonicalization, type checking, etc.).