v-nys / cclp

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

builtins being processed in unexpected order #66

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

Does not affect outcome of the analysis, but may be annoying to synchronize with program transformation later on. See early on in the analysis of cqueens: gt syntactically precedes minus, but is processed after.