12 matches across 1 files for func main lang:Markdown path:compiler/docs/rust-port/rust-port-notes.md
snippet_mode: auto · sorted by relevance
compiler/docs/rust-port/rust-port-notes.md MARKDOWN 12 matches · showing 5 view file →
4* Define a Scope type that encodes the tree of scope information, mapping to the information that babel represents in its own scope tree
5
6The main public API is roughly `compile(BabelAst, Scope) -> Option<BabelAst>` returning None if no changes, or Some with the updated ast.
7
8## Arenas
· · ·
16 * Table on Environment, stores actual ReactiveScope values
17 * `Identifier`, scope terminals, etc reference indirectly via `ScopeID`
18* `Function`:
19 * Table on Environment, stores the inner HirFunction values
20 * `InstructionValue::FunctionExpression` and `::ObjectMethod` reference indirectly via `FunctionId`
· · ·
19 * Table on Environment, stores the inner HirFunction values
20 * `InstructionValue::FunctionExpression` and `::ObjectMethod` reference indirectly via `FunctionId`
21* `Type`:
· · ·
20 * `InstructionValue::FunctionExpression` and `::ObjectMethod` reference indirectly via `FunctionId`
21* `Type`:
22 * Table on Environment, stores actual types
· · ·
28
29* Rename `InstructionId` to `EvaluationOrder` - this type is actually about representing the evaluation order, and is not even instruction-specific: it is also present on terminals.
30* `HirFunction` stores `instructions: Vec<InstructionId>`
31* `BasicBlock.instructions` becomes `Vec<InstructionId>`, indexing into the `HirFunction.instructions` vec
32
+ 7 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.