Open seanyoung opened 5 years ago
unescape(r#"\r\y\n"#) returns None but does not tell us where the problem is (either position or range).
This could be used in the solang compiler so that it can return the exact position for an error.
https://github.com/hyperledger-labs/solang/blob/master/src/cfg.rs#L771
unescape(r#"\r\y\n"#) returns None but does not tell us where the problem is (either position or range).
This could be used in the solang compiler so that it can return the exact position for an error.
https://github.com/hyperledger-labs/solang/blob/master/src/cfg.rs#L771