SciNim / rnim

A bridge between R and Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a `{.exportR.}` pragma

Vindaar opened this issue · comments

Pretty self explanatory. We should have a pragma that takes care of adding exportc, cdecl and dynlib to our procedures we wish to export.