Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 516 Bytes

File metadata and controls

5 lines (4 loc) · 516 Bytes

This directory contains code from Point-Free Episode: Domain Specific Languages: Part 2

We finish our introduction to DSL’s by adding two new features to our toy example: support for multiple variables and support for let-bindings so that we can share subexpressions within a larger expression. With these fundamentals out of the way, we will be ready to tackle a real-world DSL soon!