ola-parser 1.0.1

Ola Language Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
==== ExternalSource: ExtSource.sol=_external/.sol ====
==== ExternalSource: /ExtSource.sol=_external/other_external.sol ====
import "ExtSource.sol";
import "/ExtSource.sol";
contract C {
    External _external;
    OtherExternal _otherExternal;
}
// ====
// compileViaYul: also
// ----
// fn c()