Reminder to add optimizations for extflonums.

original commit: 1d50afca0cc73435a8e1860410aa3497a46fb022
This commit is contained in:
Vincent St-Amour 2014-04-22 16:45:48 -04:00
parent aebf0385e4
commit 42ee5977b6

View File

@ -38,6 +38,7 @@
(pattern :number-opt-expr)
(pattern :fixnum-opt-expr)
(pattern :float-opt-expr)
;; TODO add optimizations for extflonums. should be easy (like structs), if it typechecks, it's the right type
(pattern :float-complex-opt-expr)
(pattern :vector-opt-expr)
(pattern :string-opt-expr)