-
Notifications
You must be signed in to change notification settings - Fork 3
Add support for anonymous functions #66
Copy link
Copy link
Open
Labels
codegenIssues relating to the transformation of an AST to a target languageIssues relating to the transformation of an AST to a target languageenhancementNew feature or requestNew feature or requestlexer/parserAll issues having something to do with reading tokens into an ASTAll issues having something to do with reading tokens into an ASTtypecheckerAll issues having something to do with the type-checking algortithmsAll issues having something to do with the type-checking algortithms
Milestone
Metadata
Metadata
Assignees
Labels
codegenIssues relating to the transformation of an AST to a target languageIssues relating to the transformation of an AST to a target languageenhancementNew feature or requestNew feature or requestlexer/parserAll issues having something to do with reading tokens into an ASTAll issues having something to do with reading tokens into an ASTtypecheckerAll issues having something to do with the type-checking algortithmsAll issues having something to do with the type-checking algortithms
Type
Fields
Give feedbackNo fields configured for Feature.
Right now, Bolt does not support anonymous function, i.e. lambda expressions. It is very cumbersome to have to write a named function for each small procedure, so evidently this feature should be implemented.