Skip to content

Implement 'with' special form #690

@prehnRA

Description

@prehnRA

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions