Clarify compiler plugin support

This commit is contained in:
Lynn C. Rees
2017-11-14 12:49:18 -07:00
committed by GitHub
parent eab7c88ce9
commit b8fce9c58f

View File

@@ -7,8 +7,9 @@
# distribution, for details about the copyright.
#
## Plugin support for the Nim compiler. Right now they
## need to be build with the compiler, no DLL support.
## Plugin support for the Nim compiler. Right now plugins
## need to be built with the compiler only: plugins using
## DLLs or the FFI will not work.
import ast, semdata, idents