1 Open Issue Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the Lucid compiler's parser to handle all expressions as expressions, removing context-dependent parsing. This requires shifting more validation and type checking to the semantic analysis phase to support macro functionality and handle Crystal code like memoized function definitions.

Complexity: 5/5
help wanted coverage kind:parser kind:syntax kind:spec refactor breaking