Burak Emir
80639a02f0
[parse] Implement initial parsing support for Lambda expressions ( #6583 )
...
This adds the necessary parser infrastructure to recognize and parse
lambda expressions in Carbon.
Key changes:
- Added and Parse Node Kinds.
- Updated to use to accommodate the growing number of node kinds.
- Implemented parser states and handlers for lambda syntax ( or ).
- Added structure to .
- Added diagnostics for missing lambda bodies.
- Added a stub in phase to defer semantic analysis using .
- Added parser tests for lambdas.
2026-01-14 16:58:15 +00:00
..
2023-09-01 01:35:45 +00:00
2026-01-14 16:58:15 +00:00
2025-09-12 18:04:10 +00:00
2026-01-14 16:58:15 +00:00
2026-01-14 16:58:15 +00:00
2024-10-23 18:16:32 +00:00
2025-08-08 20:32:16 +00:00
2025-03-27 21:17:54 +00:00
2025-04-18 14:17:48 +00:00
2025-04-05 04:25:00 +00:00
2025-04-05 04:25:00 +00:00
2025-04-05 04:25:00 +00:00
2025-04-05 04:25:00 +00:00
2025-11-18 19:48:58 +00:00
2025-12-30 19:18:34 +00:00
2025-04-05 04:25:00 +00:00
2025-04-05 04:25:00 +00:00
2025-09-02 23:15:26 +00:00
2025-09-25 21:56:48 +00:00
2025-10-23 18:34:52 +00:00
2026-01-14 16:58:15 +00:00
2026-01-14 16:58:15 +00:00
2025-04-05 04:25:00 +00:00
2025-10-23 18:34:52 +00:00
2025-11-05 17:21:41 +00:00
2025-04-05 04:25:00 +00:00
2026-01-14 16:58:15 +00:00
2025-09-02 23:15:26 +00:00
2025-04-05 04:25:00 +00:00
2025-04-05 04:25:00 +00:00
2025-04-17 15:37:57 +00:00
2025-12-30 19:18:34 +00:00
2025-12-17 15:40:20 +00:00
2025-12-17 15:40:20 +00:00
2025-04-05 04:25:00 +00:00
2025-10-23 18:34:52 +00:00
2025-04-05 04:25:00 +00:00
2025-09-02 23:15:26 +00:00
2025-04-05 04:25:00 +00:00
2025-12-17 15:40:20 +00:00
2025-12-17 15:40:20 +00:00
2025-07-18 18:29:12 +00:00
2025-09-12 22:59:37 +00:00
2025-10-23 18:34:52 +00:00
2026-01-14 16:58:15 +00:00
2025-09-12 22:59:37 +00:00
2026-01-14 16:58:15 +00:00
2026-01-14 16:58:15 +00:00
2025-06-27 22:08:47 +00:00
2025-09-02 23:15:26 +00:00
2025-07-01 15:51:41 +00:00
2024-08-22 22:32:19 +00:00
2025-12-30 19:18:34 +00:00
2025-12-30 19:18:34 +00:00
2025-09-12 22:59:37 +00:00
2026-01-14 16:58:15 +00:00
2025-04-05 04:25:00 +00:00
2025-11-18 00:28:06 +00:00
2025-07-21 20:02:27 +00:00
2025-06-27 22:08:47 +00:00
2025-01-22 23:15:00 +00:00
2026-01-14 16:58:15 +00:00
2025-09-25 21:56:48 +00:00
2026-01-14 16:58:15 +00:00