145e12b8114fde299d6aba173998c98e3c625fc9
Introduces `UntypedKind::Lambda` to represent function closures. Adds `parse_fn` to the parser to handle lambda syntax. Updates `Node::eval` to correctly evaluate lambda expressions, creating new scopes for each invocation with captured variables. Improves handling of call expressions by passing the AST node's identity. Removes unnecessary comments and simplifies some error handling.
Description
No description provided
Languages
Rust
100%