Open radu-matei opened 6 years ago
Currently, the implementation only supports passing source code as string. There should be support for reading from .mk files (or rather from any io.Reader).
string
.mk
io.Reader
Initially addressed in https://github.com/radu-matei/monkey/commit/37669c33586d6633bf05c6db326f0d8a4ae01b37
Currently, the implementation only supports passing source code as
string
. There should be support for reading from.mk
files (or rather from anyio.Reader
).