Open Issues Need Help
View All on GitHub Full Expression Parsing 2 months ago
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