dgrnbrg / piplin

Compile Clojure to FPGAs
piplin.org
93 stars 10 forks source link

Warn/error when keys are accessed in the module map that do not exist #66

Open dgrnbrg opened 11 years ago

dgrnbrg commented 11 years ago

You get no negative feedback for the following form:

(:x (modulize {:y (fnk [y] (inc y))} {:y ((uintm 8) 0)}))