v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

refactor: pattern match for joining sequential generations is a monstrosity #43

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

Pattern matching seemed like a good idea because each individual step is very understandable. But there are so many steps, some general rules could really cut down on a lot of code.

v-nys commented 7 years ago

Improved on this quite a bit. Still running some tests, but things are looking pretty good so far.