irisjae / nephyrite

0 stars 0 forks source link

nested `h ()` won't run #26

Closed irisjae closed 6 years ago

irisjae commented 6 years ago

if an h () is placed within a function, e.g. an h () placed within the anonymous function for a list item generator, then it won't be run at compile time. the dehydration can't help this. so the transformation, might needs be done on an ast level?

irisjae commented 6 years ago

(are types needed?)

irisjae commented 6 years ago

architecture redesigned