Open JLansey opened 6 years ago
Hi thanks for making this tool! I'm sorry if this isn't actually an issue - but rather me using the tool wrong, I'm having trouble importing code from another solidity file, getting a parse error.
> import "../contracts/myContract.sol"; :6:1: ParserError: Expected primary expression. import "../contracts/myContract.sol";
Is it possible to import code from another file into this repl tool?
This project does not support importing currently. That would be a great feature to add!
@JLansey check this out https://github.com/eagr/sol-repl
Hi thanks for making this tool! I'm sorry if this isn't actually an issue - but rather me using the tool wrong, I'm having trouble importing code from another solidity file, getting a parse error.
Is it possible to import code from another file into this repl tool?