-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
with ... do syntax is not currently implemented and throws an error.
I will try to implement it, following the comments and stub functions already in the code.
I believe these are the areas where we'll need to make changes:
- transformer.ex and transformer_test.exs
- encoder.ex and encoder_test.exs
- interpreter.mjs and interpreter_test.mjs
I believe that we should be able to follow similar patterns to what is set out for other special forms like case
@bartblast FYI in case you have feedback, advice, or want to wave me away from this one.
Reactions are currently unavailable