-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Needed
- Add a new
letfnexpression (followlet)- Needs new header
- Needs to be added to the variant in
expression.hpp - Will fail to compile until there are overloads for eval and gen (the next step)
- Add eval and codegen support
- For eval just wrap the expression and call it, like we do with
letnormally. This will require codegen byletfnby wrapping it in afnand the evaluating that
- For eval just wrap the expression and call it, like we do with
- Ensure
letfnmacro is added and working - Add tests under
test/jank/form/letfn
References
Reactions are currently unavailable