-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
featureFeatures that add something new to the languageFeatures that add something new to the language
Description
Course of action:
- Add match keyword to the lexer
- Add match keyword to the parse tree
- Implement pass to expand match arms into decision trees
- Reduce decicion trees to constructs present in the language core
Here are some papers that might help with the third step. There was this really good gist or issue that explained the algorithm in detail, but I can't seem to find it.
Metadata
Metadata
Assignees
Labels
featureFeatures that add something new to the languageFeatures that add something new to the language