I'm trying to implement a script interpreter on windows using LLVM C++ API.there's a perl-like statement like
myInput=<stdin>;
i don't want to use similar function in C and link them with it.So how to bind or something like that to STDIN or a more generic FILE handle with LLVM APIs?