aochagavia / AFP-Ants

1 stars 0 forks source link

DSL Features #1

Closed aochagavia closed 7 years ago

aochagavia commented 7 years ago

Ideas

Architecture:

Verification steps in the compiler:

Optimization passes: no idea what we could do... probably remove redundant code somehow.

Primitive functions:

Notes:

Discarded ideas

Cell markers to implement variables

ReinierMaas commented 7 years ago

http://stackoverflow.com/a/15274022/3503733 Use Template Haskell to retrieve the name of the function as the compiler sees this function (unique identifier)

aochagavia commented 7 years ago

Closed in favor of more fine-grained issues