grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.03k stars 38 forks source link

Fix ffi linking for primops in interpreter #130

Closed Z-snails closed 2 years ago

Z-snails commented 2 years ago

No need to try and use libffi with primops as they are defined in haskell in PureEvalPlugin