-
This fails to parse:
```
pragma solidity ^0.4.4;
contract A {
function yes() public constant returns(bool) {
return true;
}
}
contract MyContract {
A a;
modifier on…
-
I wanted to try out the framework but I'm getting an error immediately after installing it with `npm`:
```bash
npm install eth-saddle
npx saddle help
```
```
Error: Cannot find module '/tmp/…
-
Going through the tutorial yesterday as a learning resource, I ran into several issues. I will revisit this issue when I have a moment and describe all that failed.
-
when running the latest code of master against openzepellin contracts there are many errors because of the natspec feature.
for example when running it against `contracts/mocks/ERC165/ERC165Interfa…
-
I tried generating parsers/lexers using the files at https://github.com/ethereum/solidity/blob/develop/docs/grammar/SolidityLexer.g4 and https://github.com/ethereum/solidity/blob/develop/docs/gram…
-
If we could parse `toml` files we could improve the `Config` module to obtain settings from
`foundry.toml`
-
I'm trying to set this up, using the AST generated from solparse with [this file](https://github.com/cryptofinlabs/cryptofin-solidity/blob/master/contracts/array-utils/AddressArrayUtils.sol), but I ge…
-
# Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fundamen…
-
See line 104 of IDEX's Exchange contract verified on Etherscan https://etherscan.io/address/0x2a0c0DBEcC7E4D658f48E01e3fA353F44050c208#code
```js
if (!Token(token).transferFrom(msg.sender, this, amo…
-
### Problem description
I'm using AstroNvim with Mason, and I have black, ruff, and pyright installed. For some reason Pyright isn't attached and is not working in neovim. It works via terminal. Ho…